Bug 1841966 - Fix verifyOpenLinkInNewPrivateTabContextMenuOptionTest UI test r=aaronmt
commit83ac77eef5a02e3c7d0d6bcc1e28a8f0700d4b5e
authorAndiAJ <andiaj@users.noreply.github.com>
Fri, 12 Apr 2024 08:29:40 +0000 (12 08:29 +0000)
committerAndiAJ <andiaj@users.noreply.github.com>
Fri, 12 Apr 2024 08:29:40 +0000 (12 08:29 +0000)
treeabf6053350f512c2a8f78dea0062a2427b0f5841
parentf909e235029896279ca19c71b27b94ddf5a992d0
Bug 1841966 - Fix verifyOpenLinkInNewPrivateTabContextMenuOptionTest UI test r=aaronmt

- **verifyOpenLinkInNewPrivateTabContextMenuOptionTest** was quite flaky because the click on the "Switch" snackbar button wasn't properly performed.
- The **clickPageObject** function wasn't suitable to perform the click action on the snackbar buttons, because in case of failures it tried to refresh the page (the page refresh is never needed)

- Added a retry loop, to retry the click while the snackbar is still being displayed
- Also removed other redundant snackbar click actions from other robots.

✅ **verifyOpenLinkInNewPrivateTabContextMenuOptionTest** - successfully passed 200x on Firebase
✅ **All UI tests** - successfully passed 3x on Firebase

Differential Revision: https://phabricator.services.mozilla.com/D207113
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/helpers/TestHelper.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/BookmarksTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/CollectionTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/ComposeBookmarksTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsSearchTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/TabbedBrowsingTest.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/BookmarksRobot.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/HistoryRobot.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuSearchRobot.kt
mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/robots/TabDrawerRobot.kt