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

replaced btnOk id with saveButton

This commit is contained in:
OliE
2018-02-09 18:21:48 +01:00
parent 6fd3dd9988
commit f5d71a3c7b

View File

@@ -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")),