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/robots
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
..
AccountSettingsRobot.kt For #6322 - UI tests for Account Settings View 5 years ago
AddToHomeScreenRobot.kt For #16615: UI Smoke Tests for No history in PB and Add to home screen 3 years ago
BookmarksRobot.kt For #12895 Fix Intermittent test navigateBookmarksFoldersTest 3 years ago
BrowserRobot.kt For #16615: UI Smoke Tests for Tab Crash Reporter 3 years ago
DeepLinkRobot.kt Address review comments 4 years ago
DownloadRobot.kt Changes to run tests on beta builds (#16786) 3 years ago
EnhancedTrackingProtectionRobot.kt For #16615: UI smoke test customTrackingProtectionSettingsTest 3 years ago
FindInPageRobot.kt No Issue: Verify the page main menu items UI Test (#12336) 4 years ago
HistoryRobot.kt Closes #13217: fixed UI test for main menu items 4 years ago
HomeScreenRobot.kt For #15259 UI test: waits for home screen to be visible 3 years ago
LibrarySubMenusMultipleSelectionToolbarRobot.kt Changes to run tests on beta builds (#16786) 3 years ago
NavigationToolbarRobot.kt For #16615: UI Smoke Tests for Tab Crash Reporter 3 years ago
NotificationRobot.kt For #15259 UI test: waits for home screen to be visible 3 years ago
ReaderViewRobot.kt For #16615 & #11191: re-enabled ReaderViewTest and added a UI smoke test 3 years ago
RecentlyClosedTabsRobot.kt For #16615: UI Smoke Tests for Recently Closed Tabs 3 years ago
SearchRobot.kt For #17641 Fix Intermittent test addPredefinedSearchEngineTest 3 years ago
SettingsRobot.kt For #15847: use Espresso's RecyclerView scrollTo action 4 years ago
SettingsSubMenuAboutRobot.kt for #7584 - fix about libraries toolbar theme 4 years ago
SettingsSubMenuAccessibilityRobot.kt For #15910 - Adds back automatic toggle, disables slider when enabled (#16070) 4 years ago
SettingsSubMenuAddonsManagerAddonDetailedMenuRobot.kt Closes #13829: Added idling resources to the addon details view" 4 years ago
SettingsSubMenuAddonsManagerRobot.kt Created UI tests for Addon Settings (#9258) 4 years ago
SettingsSubMenuDataCollectionRobot.kt For #17086 #17143: Temporarily turn off Nimbus 3 years ago
SettingsSubMenuDeleteBrowsingDataOnQuitRobot.kt For #11665: Update UI tests. 4 years ago
SettingsSubMenuDeleteBrowsingDataRobot.kt For #10706: Update copy of deleting open tabs preference. 4 years ago
SettingsSubMenuEnhancedTrackingProtectionExceptionsRobot.kt no issue: Added settings_privacy_items_test (#10474) 4 years ago
SettingsSubMenuEnhancedTrackingProtectionRobot.kt For #16615: UI smoke test customTrackingProtectionSettingsTest 3 years ago
SettingsSubMenuLoginsAndPasswordOptionsToSaveRobot.kt UITests: New tests for save Login prompt (#8381) 4 years ago
SettingsSubMenuLoginsAndPasswordRobot.kt For #7094 - Adds save login exceptions 4 years ago
SettingsSubMenuLoginsAndPasswordsSavedLoginsRobot.kt For #16615: UI smoke test updateSavedLoginTest 3 years ago
SettingsSubMenuPrivateBrowsingRobot.kt For #17906 - Allow screenshots for private home screenshot test 3 years ago
SettingsSubMenuSearchRobot.kt For #17847: Removes editCustomSearchEngineTest UI test 3 years ago
SettingsSubMenuSitePermissionsCommonRobot.kt For #16615: UI smoke test redirectToAppPermissionsSystemSettingsTest 3 years ago
SettingsSubMenuSitePermissionsExceptionsRobot.kt no issue: Added settings_privacy_items_test (#10474) 4 years ago
SettingsSubMenuSitePermissionsRobot.kt Fix lint warnings and test in site permissions 4 years ago
SettingsSubMenuTabsRobot.kt For #4118 - Creates setting for auto closing tabs 4 years ago
SettingsSubMenuThemeRobot.kt Adding UI tests for the Basic Menu settings. 🎲 !!!! (#6346) 4 years ago
SettingsTurnOnSyncRobot.kt Added new bookmarks tests (#9878) 4 years ago
SyncedTabsRobot.kt Closes #13217: fixed UI test for main menu items 4 years ago
SystemSettingsRobot.kt Add UI tests for deep links 4 years ago
TabDrawerRobot.kt For #17195 - Don't try setting an idle resource if the View is already off screen 3 years ago
ThreeDotMenuBookmarksRobot.kt Added new bookmarks tests (#9878) 4 years ago
ThreeDotMenuHistoryItemRobot.kt For #8651 - Add HistoryInteractor/Controller unit/ui tests 4 years ago
ThreeDotMenuMainRobot.kt For #17771: three-dot menu reorder (#17838) 3 years ago