Commit Graph

86 Commits (1b30ac457cb49e153d923d4a18d6c58c70357226)

Author SHA1 Message Date
oana.horvath de365d74c6 Bug 1880820 - Create TestSetup helper: Test classes S-W 4 months ago
AndiAJ df7f6cb4db Bug 1877440 - Use only TestHelper snack bar verification function in UI tests 4 months ago
oana.horvath 75f6a6c66b Bug 1863319 - Split crashing UI tests inside TabbedBrowsingTest into smaller tests 7 months ago
AndiAJ 8076a3495e Bug 1862174 - Break out TestHelper into separate helpers 7 months ago
AndiAJ e9dc813213 Bug 1860973 - TestRail matching changes 7 months ago
oana.horvath 2c6401dc63 Bug 1858438 - Tabs Tray TestRail matching 8 months ago
AndiAJ 8136b96237 Bug 1857171 - Normal and private browsing TestRail matching 8 months ago
oana.horvath cce0d9fdae Bug 1849599 - Reorganize the Smoke tests suite 10 months ago
AndiAJ 75e861365b Bug 1846529 - New UI tests that verify the PB state after closing the app 10 months ago
AndiAJ f84f86c218 Bug 1845307 - New verifySyncedTabsWhenUserIsNotSignedInTest UI test 11 months ago
oana.horvath 4a1ece8611 Bug 1842177 - Update search engines tests with new unified search UI 11 months ago
Ryan VanderMeulen 437b188fe8 Bug 1838903 - Fix Fenix formatting issues and update baseline 12 months ago
AndiAJ 161a8d89c7 Revert "Bug 1816066 - replace keyboard visibility check duplicated methods"
This reverts commit 1d983dbc2543c7ce9ffdf059bcb63cfc95e5eb8f.
1 year ago
AndiAJ b7c9817556 Revert "Bug 1816066 - fix keyboard blocking the login prompt in UI tests"
This reverts commit 784ecbfb2777f13878bfacb6281bd0588872abc6.
1 year ago
oana.horvath 93a7554e00 Bug 1816066 - fix keyboard blocking the login prompt in UI tests 1 year ago
oana.horvath 2bea615da9 Bug 1816066 - replace keyboard visibility check duplicated methods 1 year ago
AndiAJ 7d85ea51ae Bug 1830870 - Fix disabled tab closing UI tests 1 year ago
AndiAJ 1f353b114c Bug 1830870 - Disable failing closeTabTest UI test 1 year ago
AndiAJ 0345c06098 Bug 1829838 - Disable failing closePrivateTabTest UI test 1 year ago
AndiAJ 3988731632 Bug 1807270 - Re-enable open tabs thumbnail check in UI tests 1 year ago
AndiAJ 0732299760 Bug 1807270 - Re-enable remaining closing open tabs related UI tests 1 year ago
AndiAJ 72b2a8b328 Bug 1821266 - Refactor privateModeScreenItemsTest UI test 1 year ago
AndiAJ 2e0f14882a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26087 re-enable UI tests disabled due to tabs tray migration to compose 2 years ago
AndiAJ d825f3d3c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 improve firstRunScreenTest UI test coverage 2 years ago
AndiAJ 1fad059be6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 refactor homeScreenItemsTest UI test 2 years ago
Mugurell 5249e2b823 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26884 - Update tests to modify settings through the activity rules 2 years ago
AndiAJ 871a2ce5af [fenix] For https://github.com/mozilla-mobile/fenix/issues/26087 re-enable UI tests affected by tabs tray migration to compose 2 years ago
Mugurell 1800ca13b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26884: [UI tests] Reset modified settings just before the Activity finishes
This should prevent issues with the cleanup being done earlier (even in @After)
and affecting the behavior of the Activity which is still running.
With this issue fixed I've re-enabled verifyCustomizeHomepageTest.

Because when FeatureSettingsHelper is instantiated it caches the settings
values from that instant it's important to only use one instance of it so I've
updated all tests that are using HomeActivityTestRule.
HomeActivityIntentTestRule may be updated with a similar functionality later.
2 years ago
mike a 8205e6f907 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog 2 years ago
Christian Sadilek 83e28ebf0e [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog"
This reverts commit 2a96c8ee06377f3103b0d4d3efe82e7b2112d0ac.
2 years ago
mike a 090060f486 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog 2 years ago
mcarare 932823c871 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Fix ktlint issues and remove them from baseline. 2 years ago
Mugurell 5df8ef2da6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26224 - Disable the TCP CFR in failing UI tests 2 years ago
Alexandru2909 76fe8e2d4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25891 - Move GridViewHolder to compose 2 years ago
Aaron Train e176468d38 [fenix] No issue: Refactor UIDevice calls in UIAutomator code 2 years ago
AndiAJ 0aa681435d [fenix] For https://github.com/mozilla-mobile/fenix/issues/22640 re-enable verifyUndoSnackBarTest UI test, add and update RetryTestRule 2 years ago
AndiAJ 71b31bd1fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/24508 re-enable private browsing UI tests 2 years ago
Gabriel Luong 7f73bfcd90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose 2 years ago
AndiAJ 771d143c12 [fenix] Disable failing verifyUndoSnackBarTest UI test 3 years ago
AndiAJ 69d2664705 [fenix] Improve verifyOpenTabDetails UI test coverage 3 years ago
AndiAJ b9211621ed [fenix] Refactor and improve coverage for empty tabs tray UI tests 3 years ago
AndiAJ d8dab150ad [fenix] Improve verifyEmptyTabTray Ui test coverage 3 years ago
Oana Horvath b49aeeddb1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15624 & https://github.com/mozilla-mobile/fenix/issues/17484: improves tab drawer locator & avoids homescreen refreshing 3 years ago
AndiAJ aa6387809d [fenix] Remove openNewTabAndEnterToBrowser() and replace it with enterURLAndEnterToBrowser() in the UI tests 3 years ago
AndiAJ 153bfcce38 [fenix] Remove closeTabViaXButton() and replace it with closeTab() in the UI tests 3 years ago
Arturo Mejia 3e01e9df25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/21611: Show the jump back in Contextual Hints independently of the home onboarding dialog. 3 years ago
Roger Yang c0c59f266b [fenix] No issue: Improve rendering of jump back in 3 years ago
Oana Horvath 01e865fee0 [fenix] Fixed disabled UI test openExternalLinksInPrivateTest 3 years ago
Oana Horvath 6dff34ee33 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18644: fix metod to verify system notifications 3 years ago
Oana Horvath 8950cb0b73 [fenix] Re-enable working UI tests from https://github.com/mozilla-mobile/fenix/issues/18644 3 years ago