1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-26 17:54:50 +02:00

Correct button id

This commit is contained in:
Erik Johansson
2018-02-06 20:34:49 +01:00
committed by OliE
parent 82f6ddf569
commit 3677ced551

View File

@@ -232,7 +232,7 @@ public class ScreenshotRecorder {
Thread.sleep(WAIT_MS); Thread.sleep(WAIT_MS);
captureScreenshot("overview"); captureScreenshot("overview");
onView(withId(R.id.btnInsertData)).perform(click()); onView(withId(R.id.action_add_measurement)).perform(click());
Thread.sleep(WAIT_MS); Thread.sleep(WAIT_MS);
captureScreenshot("dataentry"); captureScreenshot("dataentry");