Skip to content

Commit 8f8cf7d

Browse files
committed
stop the test call
1 parent a14b01c commit 8f8cf7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ else if (cur_act.equals("SetPasswordActivity"))
216216

217217
screenshot_full("007");
218218

219-
// wait_(10);
220-
//*crashes*// onView(withId(R.id.decline_button)).perform(click());
219+
wait_(4);
220+
onView(withId(R.id.decline_button)).perform(click());
221221

222222
wait_(10);
223223
screenshot("099");

0 commit comments

Comments
 (0)