1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-23 00:33:09 +02:00

Correct button id

This commit is contained in:
Erik Johansson
2018-02-06 20:34:49 +01:00
parent f809524f2f
commit 4d30d2a8d6

View File

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