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 767ec30 commit afbda5dCopy full SHA for afbda5d
android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java
@@ -206,16 +206,17 @@ else if (cur_act.equals("SetPasswordActivity"))
206
Espresso.closeSoftKeyboard();
207
screenshot("005");
208
209
+ wait_(3);
210
211
// we are connected with "friend" and we are in the 1-on-1 chat with "friend"
212
// now press the video call button
213
onView(withId(R.id.ml_video_icon)).perform(click());
214
screenshot("006");
- wait_(10);
215
+ wait_(15);
216
217
screenshot_full("007");
218
219
+ // wait_(10);
220
//*crashes*// onView(withId(R.id.decline_button)).perform(click());
221
222
wait_(10);
0 commit comments