Skip to content

Commit 7ecec1e

Browse files
committed
fix?
1 parent 19b5a53 commit 7ecec1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ else if (cur_act.equals("SetPasswordActivity"))
217217
screenshot_full("007");
218218

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

224224
wait_(10);
225225
Log.i(TAG, "taking last screenshot ...");

0 commit comments

Comments
 (0)