mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-23 08:43:15 +02:00
replaced btnOk id with saveButton
This commit is contained in:
@@ -181,7 +181,7 @@ public class UserAddTest {
|
||||
onView(withId(android.R.id.button1)).perform(click());
|
||||
|
||||
ViewInteraction button3 = onView(
|
||||
allOf(withId(R.id.btnOk),
|
||||
allOf(withId(R.id.saveButton),
|
||||
childAtPosition(
|
||||
childAtPosition(
|
||||
withClassName(is("android.widget.LinearLayout")),
|
||||
|
Reference in New Issue
Block a user