Skip to content

Commit afbda5d

Browse files
committed
tweak test
1 parent 767ec30 commit afbda5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,17 @@ else if (cur_act.equals("SetPasswordActivity"))
206206
Espresso.closeSoftKeyboard();
207207
screenshot("005");
208208

209+
wait_(3);
209210

210211
// we are connected with "friend" and we are in the 1-on-1 chat with "friend"
211212
// now press the video call button
212213
onView(withId(R.id.ml_video_icon)).perform(click());
213214
screenshot("006");
214-
wait_(10);
215+
wait_(15);
215216

216217
screenshot_full("007");
217-
wait_(10);
218218

219+
// wait_(10);
219220
//*crashes*// onView(withId(R.id.decline_button)).perform(click());
220221

221222
wait_(10);

0 commit comments

Comments
 (0)