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 84ae978 commit 51e22cdCopy full SHA for 51e22cd
android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java
@@ -210,7 +210,7 @@ else if (cur_act.equals("SetPasswordActivity"))
210
// now press the video call button
211
onView(withId(R.id.ml_video_icon)).perform(click());
212
screenshot("006");
213
- wait_(1);
+ wait_(10);
214
215
screenshot("007");
216
wait_(10);
@@ -220,7 +220,7 @@ else if (cur_act.equals("SetPasswordActivity"))
220
wait_(1);
221
screenshot("008");
222
223
- wait_(120);
224
screenshot("099");
225
}
226
0 commit comments