Skip to content

Commit 0fc09e8

Browse files
committed
fix clicking on video call icon
1 parent 30392e5 commit 0fc09e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,7 @@ else if (cur_act.equals("SetPasswordActivity"))
208208

209209
// we are connected with "friend" and we are in the 1-on-1 chat with "friend"
210210
// 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());
211+
onView(withId(R.id.ml_video_icon)).perform(click());
217212
screenshot("006");
218213
wait_(1);
219214
screenshot("007");

0 commit comments

Comments
 (0)