Skip to content

Commit

Permalink
Bug 2767 - Fix failing install add-ons UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiAJ committed Apr 4, 2024
1 parent fa3ee3e commit 277757b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class AddonsManagerRobot {

onView(
allOf(
withId(R.id.permissions),
withId(R.id.optional_or_required_text),
withText(containsString("It requires your permission to:")),
),
).check(matches(isCompletelyDisplayed()))
Expand Down

0 comments on commit 277757b

Please sign in to comment.