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 30392e5 commit 0fc09e8Copy full SHA for 0fc09e8
android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java
@@ -208,12 +208,7 @@ else if (cur_act.equals("SetPasswordActivity"))
208
209
// we are connected with "friend" and we are in the 1-on-1 chat with "friend"
210
// now press the video call button
211
- onView(
212
- getElementFromMatchAtPosition(
213
- allOf(withId(R.id.ml_video_icon), withParent(withId(R.id.ml_container_001)))
214
- ,0
215
- )
216
- ).perform(click());
+ onView(withId(R.id.ml_video_icon)).perform(click());
217
screenshot("006");
218
wait_(1);
219
screenshot("007");
0 commit comments