Commit Graph

81 Commits (f2efeaef96b3cd22d838a96b1f6d4aed027b32c7)

Author SHA1 Message Date
oana.horvath edc60d77fd Bug 1880087 - Create TestSetup helper: Test classes D-L 3 months ago
AndiAJ e066f89cf3 Bug 1830005 - Re-enable addPrivateBrowsingShortcutFromHomeScreenCFRTest UI test 6 months ago
VishnuSanal 23a485bbb3 Bug 1841095 - display customize homepage button even when shortcuts are enabled 6 months ago
AndiAJ e9dc813213 Bug 1860973 - TestRail matching changes 7 months ago
oana.horvath 2c6401dc63 Bug 1858438 - Tabs Tray TestRail matching 8 months ago
oana.horvath 5ddefa0b3f Bug 1851543 - Cleanup old Onboarding UI test code 9 months ago
oana.horvath cce0d9fdae Bug 1849599 - Reorganize the Smoke tests suite 9 months ago
AndiAJ b02ffdb99a Bug 1849111 - Pocket TestRail matching 10 months ago
AndiAJ 2b15591bc7 Bug 1848142 - Homescreen TestRail matching 10 months ago
AndiAJ c8382c0cfa Bug 1844580 - Re-enable pocket related UI tests 11 months ago
AndiAJ ea2fdce4ab Bug 1844580 - Disable pocket related UI tests 11 months ago
oana.horvath 2eb91b600f Bug 1842179 - Enable Unified Search in all UI tests 11 months ago
Ryan VanderMeulen 437b188fe8 Bug 1838903 - Fix Fenix formatting issues and update baseline 11 months ago
oana.horvath 0866e4844e Bug 1815276 - Disable Pocket sponsored stories check in tests 12 months ago
oana.horvath 1ad8bb22be Bug 1815276 - Fix selectors for Pocket stories 12 months ago
AndiAJ 828125b1ed Bug 1807283 - Fix for verifyJumpBackInSectionTest UI test 1 year ago
AndiAJ a4ebf208aa Bug 1807283 - Disable failing verifyJumpBackInSectionTest UI test 1 year ago
AndiAJ 08d5d492a4 Bug 1821016 - Disable openPocketStoryItemTest UI test 1 year ago
AndiAJ 9311b828c3 Bug 1821986 - New opening screen option summary updates UI smoke test 1 year ago
AndiAJ 72b2a8b328 Bug 1821266 - Refactor privateModeScreenItemsTest UI test 1 year ago
AndiAJ 053eb11df3 Bug 1807283 - re-enable verifyJumpBackInSectionTest UI test 1 year ago
oana.horvath a5d9ccb64f Bug 1807283 - Disable failing verifyJumpBackInSectionTest 1 year ago
Mugurell e8e419d8ba Bug 1816867 - Ensure Pocket topics selections are properly shown
A past refactoring resulted in the functionality still working as intended - no
more than 8 topics being selectable at a time but when a topic would be
automatically deselected this would not show - that topic would still be
displayed as selected.

Moving the implementation to a new `FilterChip` Compose api fixes the UI issue
and also allows for more idiomatic code and fixes a previously disabled UI test
1 year ago
Mugurell 556868f596 [fenix] Disable failing ui tests pending investigation.
Two HomeScreenTest are failing after this Android-Components version bump.
Disabling the tests to unblock the merge.
Tests to be investigated in
- https://bugzilla.mozilla.org/show_bug.cgi?id=1815275
- https://bugzilla.mozilla.org/show_bug.cgi?id=1815276
1 year ago
oana.horvath 579bc9f444 [fenix] Bug 1807283 - Fix flakiness in verifyJumpBackInSectionTest 1 year ago
Harrison Oglesby 1a2000c090 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27401 - replace PocketStoriesCategories with SelectableChipColors 1 year ago
AndiAJ 9ff1599ae4 [fenix] Bug 1807302 - Move onboarding related UI tests to new test class 1 year ago
AndiAJ d825f3d3c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 improve firstRunScreenTest UI test coverage 1 year ago
AndiAJ 6faaeefd59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28069 fix disabled openPocketStoryItemTest UI test 2 years ago
Aaron Train 663b50a29a [fenix] For https://github.com/mozilla-mobile/fenix/issues/28098 - Disable openPocketDiscoverMoreTest 2 years ago
oana.horvath 743dc17246 [fenix] No issue: disables openPocketStoryItemTest 2 years ago
AndiAJ f6113dc3fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new dismissOnboardingWithPageLoadTest UI test 2 years ago
AndiAJ 5772ec7d30 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyPocketLearnMoreLinkTest UI test 2 years ago
AndiAJ 9bbdae48f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new selectStoriesByTopicItemTest UI test 2 years ago
AndiAJ 2167ea3b60 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new openPocketDiscoverMoreTest UI test 2 years ago
AndiAJ f76dcc4da7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new openPocketStoryItemTest UI test 2 years ago
AndiAJ 099a89e856 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 improve coverage for verifyPocketHomepageStoriesTest UI test 2 years ago
AndiAJ 3bab90379e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyJumpBackInSectionTest UI test 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
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
AndiAJ c2782f1381 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26932 disabled failing verifyCustomizeHomepageTest UI test 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
Christian Sadilek cd2c0d4cb8 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest"
This reverts commit 882bf221df4cc96a054879065801289c92513430.
2 years ago
mike a ea8bd6b05b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest 2 years ago
mike a 090060f486 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26750: add Wallpapers Onboarding dialog 2 years ago
AndiAJ c2f3cf0a74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new home screen UI tests 2 years ago
MatthewTighe 35093573e5 [fenix] Fixes: https://github.com/mozilla-mobile/fenix/issues/26052 remove WallpaperManager::updateWallpaper 2 years ago
Aaron Train e176468d38 [fenix] No issue: Refactor UIDevice calls in UIAutomator code 2 years ago