Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
No issue: Fix add-on name check in UI test
Browse files Browse the repository at this point in the history
  • Loading branch information
sv-ohorvath authored and mergify[bot] committed Dec 27, 2022
1 parent 0c15e9f commit 8ab6826
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ class ThreeDotMenuMainRobot {
for (i in 1..RETRY_COUNT) {
try {
assertTrue(
"Addon not listed in the Add-ons menu",
mDevice.findObject(UiSelector().text(addonName)).waitForExists(waitingTime),
"Addon not listed in the Add-ons sub-menu",
mDevice.findObject(UiSelector().textContains(addonName)).waitForExists(waitingTime),
)
break
} catch (e: AssertionError) {
Expand Down

0 comments on commit 8ab6826

Please sign in to comment.