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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user