We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b5a53 commit 7ecec1eCopy full SHA for 7ecec1e
android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java
@@ -217,9 +217,9 @@ else if (cur_act.equals("SetPasswordActivity"))
217
screenshot_full("007");
218
219
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");
+ // Log.i(TAG, "going to stop video call ...");
+ // onView(withId(R.id.decline_button)).perform(click());
+ // Log.i(TAG, "decline button pressed");
223
224
wait_(10);
225
Log.i(TAG, "taking last screenshot ...");
0 commit comments