Commit Graph

58 Commits (e717d79abd56594220e045b7be0f1d45b9a892d4)

Author SHA1 Message Date
akliuxingyuan e717d79abd Merge tag 'v110.0.1' into fork 1 year ago
akliuxingyuan 782e8980b0
Merge tag 'v109.1.1' into fork 1 year ago
akliuxingyuan 6ec7bb2bf6 Merge branch 'fenix/108.1.1' into fork 1 year ago
AndiAJ 0e88bfad6b For #26286 improve firstRunScreenTest UI test coverage 2 years ago
AndiAJ 826cbdbaae For #28069 fix disabled openPocketStoryItemTest UI test 2 years ago
Aaron Train f6a52e9216 For #28098 - Disable openPocketDiscoverMoreTest 2 years ago
oana.horvath 2c00a4b587 No issue: disables openPocketStoryItemTest 2 years ago
AndiAJ 181f6b5ffe For #26286 new dismissOnboardingWithPageLoadTest UI test 2 years ago
AndiAJ 53d0a50973 For #26286 new verifyPocketLearnMoreLinkTest UI test 2 years ago
AndiAJ e0cc64a13a For #26286 new selectStoriesByTopicItemTest UI test 2 years ago
AndiAJ 12c01ff4f9 For #26286 new openPocketDiscoverMoreTest UI test 2 years ago
AndiAJ 808884f625 For #26286 new openPocketStoryItemTest UI test 2 years ago
AndiAJ d014295eaa For #26286 improve coverage for verifyPocketHomepageStoriesTest UI test 2 years ago
AndiAJ cf0cf784eb For #26286 new verifyJumpBackInSectionTest UI test 2 years ago
AndiAJ c86c917cce For #26286 refactor homeScreenItemsTest UI test 2 years ago
Adam Novak 7dcbf8c542 Do all of Iceraven in one commit
Bump top site limit under its new name

Fix unresilved conflict

Allow Nimbus to generate code that allows the fork flavors

Drop private browsing page again

Use the new text color name

Point at paged style again

Bring back Sentry so we don't have to change the code that would call it

Note we need to build with app: now for some reason

Also prefix Github build commands

Adapt to settings moving

Parse Iceraven versions

Discover the linter's formatter

Get rid of some Detekt complaints

Handle more weird version strings

Finish README

Stop auto-release changelogs from being too huge

Fix #440 by reattaching settings
2 years ago
Mugurell d391d1bf95 For #26884 - Update tests to modify settings through the activity rules 2 years ago
Mugurell 5010aa7d0d For #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 65bee4bb27 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
AndiAJ 27e2402429 For #26932 disabled failing verifyCustomizeHomepageTest UI test 2 years ago
Christian Sadilek a4692a67f0 Revert "Closes #26750: add Wallpapers Onboarding dialog"
This reverts commit 05b95b6a97.
2 years ago
Christian Sadilek 7ec570e8b1 Revert "Closes #26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest"
This reverts commit 72d7264201.
2 years ago
mike a 72d7264201 Closes #26750: disable wallpapers onboarding in HomeScreenTest.verifyCustomizeHomepageTest 2 years ago
mike a 05b95b6a97 Closes #26750: add Wallpapers Onboarding dialog 2 years ago
AndiAJ 26a8f02233 For #26286 new home screen UI tests 2 years ago
MatthewTighe 9fb6eeb8cf Fixes: #26052 remove WallpaperManager::updateWallpaper 2 years ago
Aaron Train 23796286df No issue: Refactor UIDevice calls in UIAutomator code 2 years ago
AndiAJ f73b2542a4 For #24508 re-enable private browsing UI tests 2 years ago
AndiAJ 2171d47613 For #24436 fix and re-enable home screen UI tests 2 years ago
Gabriel Luong e950ec3f4d For #24319 - Migrate PrivateBrowsingDescriptionViewHolder to Compose 2 years ago
AndiAJ 21df5a1a4a For #20418 and #24436 disable failing UI tests 2 years ago
Oana Horvath a6c78d8364 For #21002: Ads new wallpapers UI tests 2 years ago
AndiAJ b10835992d For #21754 re-enable general settings UI test and refactoring work 3 years ago
Arturo Mejia 0f07703c3e For #21611: Show the jump back in Contextual Hints independently of the home onboarding dialog. 3 years ago
Arturo Mejia f15291757b For #21493 show onboarding dialog for home sections 3 years ago
AndiAJ 391ff6b5fd Exit onboarding tour UI tests 3 years ago
Oana Horvath 2d6d49324e For #16615: UI smoke test firstRunScreenTest 4 years ago
mcarare cd53b8fdaf For #15130: Remove "what's new card" check in UI test. 4 years ago
Richard Pappalardo 11aea321ed
Fixes #11642 - Re-enable disabled UI-tests (#12142) 4 years ago
Gabriel Luong e6a56aec36
For #12026 - Update default top sites for new users (#12028) 4 years ago
Oana Horvath 76266c84c2
For #11642: disables UI test privateModeScreenItemsTest (#11768) 4 years ago
mcarare a0d9189321 For #11229: Update onboarding ETP copy. 4 years ago
Jeff Boek 52c2fdb310
Remove tab tray feature flag (#11176)
* For #11171 - Removes feature flag for the new tab tray

* For #11171 - Removes all tab references from homeFragment

* For #11171 - Fixes unit tests

* For #11171 - Gets UI tests to compile and HomeScreenTest to pass

* For #11171 - Fixes `deleteMultipleSelectionTest`

* For #11171 - Fixes `openHistoryItemInNewPrivateTabTest`

* For #11171 - Fixes `openHistoryInPrivateTabTest`

* For #11171 - Fixes `openHistoryInNewTabTest`

* For #11171 - Fixes `openNewPrivateTabTest`

* For #11171 - Fixes tabbedBrowsingTests

* For #11171 - Fixes SettingsPrivacyTest

* For #11171 - Fixes TopSitesTest

* For #11171 - Fixes lint errors

* Ignore
4 years ago
isabelrios 74433ba27a
ui-tests-homescreen-fix-to-enable (#9050) 4 years ago
mcarare 169a255c7f For #8766: Update UI Tests 4 years ago
Aaron Train 89cc5657ce
Closes #8006: Add Close/Undo UI tests (#8007) 4 years ago
Aaron Train 23c98f9908
Closes #6172 - Convert waitNotNull into extension function for UI tests (#6220) 5 years ago
Aaron Train c677fc6109
Closes #6031 - Wrap waits with assert check; adjust timer check (#6084)
See #6031

- Adjust waits with assert check
- Adjusts timer to speed things up
- Test fix and cleanup

fix: review comments

- fixed proper resource name selectors
- re-added waits for slow devices

fix: ktlint
5 years ago
Richard Pappalardo 057451178c
Move UI tests to x86 devices on Firebase (#5463) 5 years ago
Richard Pappalardo d18ec43bcb Temporarily disable broken UI test (#5136) 5 years ago