Skip to content

Commit

Permalink
fix intentional failure
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Nov 16, 2023
1 parent b95117f commit 8c955b0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ public void perform(TrackBasedConferenceActivity activity) {
e.printStackTrace();
}

onView(withId(R.id.action_menu_divider)).check(ViewAssertions.matches(withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)));


onView(withId(R.id.broadcasting_text_view)).check(ViewAssertions.matches(withEffectiveVisibility(ViewMatchers.Visibility.VISIBLE)));

onView(withId(R.id.join_conference_button)).perform(click());
Expand Down

0 comments on commit 8c955b0

Please sign in to comment.