Skip to content

Commit 84ae978

Browse files
committed
stop call at the end
1 parent 0fc09e8 commit 84ae978

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,13 @@ else if (cur_act.equals("SetPasswordActivity"))
211211
onView(withId(R.id.ml_video_icon)).perform(click());
212212
screenshot("006");
213213
wait_(1);
214+
214215
screenshot("007");
215-
wait_(30);
216+
wait_(10);
217+
218+
onView(withId(R.id.decline_button)).perform(click());
219+
220+
wait_(1);
216221
screenshot("008");
217222

218223
wait_(120);

0 commit comments

Comments
 (0)