Skip to content

Commit 19b5a53

Browse files
committed
fix?
1 parent 8f8cf7d commit 19b5a53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,14 @@ else if (cur_act.equals("SetPasswordActivity"))
217217
screenshot_full("007");
218218

219219
wait_(4);
220+
Log.i(TAG, "going to stop video call ...");
220221
onView(withId(R.id.decline_button)).perform(click());
222+
Log.i(TAG, "decline button pressed");
221223

222224
wait_(10);
223-
screenshot("099");
225+
Log.i(TAG, "taking last screenshot ...");
226+
screenshot_full("099");
227+
Log.i(TAG, "taking last screenshot ... DONE");
224228
}
225229

226230
private static void testwrite(final String num, final String text)

0 commit comments

Comments
 (0)