mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 16:53:04 +02:00
Correct button id
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user