You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/androidTest/java/org/mozilla/fenix/ui
Mugurell 611ff8f25b For #17195 - Don't try setting an idle resource if the View is already off screen
Speculative fix based on the Firebase logs which shows that on a second check
of R.id.tab_wrapper it is not found the screen.
It may be because after `advanceToHalfExpandedState` and before getting a
reference to it in `waitForTabTrayBehaviorToIdle` it was already animated off
the screen.
With this in mind I've added a null check for the view reference before trying
to register an idling resource on it's Behavior.

Also added and used a way to click at a specific location in a View, not just
in the default middle in the View.
It was observed from the Firebase videos that a "click" on the topBar actually
selected the private tabs section. This would leave us to believe that the
"click" was caught by that other View which was placed above the x,y middle of
the topBar.
3 years ago
..
robots For #17195 - Don't try setting an idle resource if the View is already off screen 3 years ago
BookmarksTest.kt For #12895 Fix Intermittent test navigateBookmarksFoldersTest 3 years ago
CollectionTest.kt.ignore For #16615: Collections UI smoke tests 3 years ago
ContextMenusTest.kt For #14523 Fix Intermittent tests verifyContextOpenLinkNewTab & verifyContextOpenLinkPrivateTab 3 years ago
DeepLinkTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
DownloadTest.kt For #10798 & #14526: Apply auto-download test file fix for download UI tests 3 years ago
HistoryTest.kt Updates to UI tests using the modified recyclerViewIdlingResources minItemCount 4 years ago
HomeScreenTest.kt For #16615: UI smoke test firstRunScreenTest 4 years ago
MediaNotificationTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
NavigationToolbarTest.kt Go Forward Test Fix 3 years ago
ReaderViewTest.kt Remove unneeded temporary UI test ignores (#17980) 3 years ago
SearchTest.kt No Issue - Fixes UI Tests with new search experience 4 years ago
SettingsAboutTest.kt For #15847: use Espresso's RecyclerView scrollTo action 4 years ago
SettingsAddonsTest.kt For #17771: three-dot menu reorder (#17838) 3 years ago
SettingsAdvancedTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
SettingsBasicsTest.kt For #17309, #13447, #14534 UI tests: changed the way page Url is verified 3 years ago
SettingsDeveloperToolsTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
SettingsPrivacyTest.kt For #16615: UI smoke test updateSavedLoginTest 4 years ago
SettingsSyncTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
SettingsTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
ShareButtonTest.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
SmokeTest.kt Remove unneeded temporary UI test ignores (#17980) 3 years ago
StrictEnhancedTrackingProtectionTest.kt For #17771: three-dot menu reorder (#17838) 3 years ago
TabbedBrowsingTest.kt For #17484, #18003 UI tests: retry closing tab if it fails 3 years ago
ThreeDotMenuMainTest.kt For #17771: three-dot menu reorder (#17838) 3 years ago
TopSitesTest.kt Closes #13217: fixed UI test for main menu items 4 years ago