Commit Graph

1535 Commits (1b30ac457cb49e153d923d4a18d6c58c70357226)

Author SHA1 Message Date
AndiAJ a494c9808d Bug 1880620 - Add logs to SettingsSubMenuAddonsManagerRobot 7 months ago
AndiAJ 9012bd1624 Bug 1880620 - Remove redundant assertion functions from SettingsSubMenuAddonsManagerRobot 7 months ago
AndiAJ 270d99a9ed Bug 1880620 - Add logs to SettingsSubMenuAddonsManagerAddonDetailedMenuRobot 7 months ago
AndiAJ 25ddb717bf Bug 1815651 - Fix verifyAutofillToggleTest UI test 8 months ago
AndiAJ a66d8287c8 Bug 1880466 - Add logs to SettingsSubMenuAccessibilityRobot 8 months ago
AndiAJ e1fc09fe7e Bug 1880466 - Remove redundant assertion functions from SettingsSubMenuAccessibilityRobot 8 months ago
AndiAJ 183188b3db Bug 1880445 - Add logs to SettingsRobot 8 months ago
AndiAJ d4a5b09f11 Bug 1880445 - Remove redundant assertion functions from SettingsRobot 8 months ago
AndiAJ 4c71cc875e Bug 1807268 - Fix verifySavedAddressCanBeEditedTest UI test 8 months ago
AndiAJ 2229abaf05 Bug 1880221 - Add logs to RecentlyClosedTabsRobot 8 months ago
AndiAJ b5b4abb1ff Bug 1880221 - Convert private variables to functions so they don't get initialised 8 months ago
AndiAJ 3f55c9095a Bug 1880064 - Add logs to ReaderViewRobot 8 months ago
AndiAJ 5c3e6298c2 Bug 1880064 - Remove redundant assertion functions from ReaderViewRobot 8 months ago
AndiAJ 1ee892eb4c Bug 1880064 - Add logs to PwaRobot 8 months ago
AndiAJ d14cbc72f6 Bug 1880047 - Convert private variables to functions so they don't get initialised 8 months ago
AndiAJ 7455523c8f Bug 1880047 - Add missing pairs of logs to NotificationRobot 8 months ago
AndiAJ c3da54cfba Bug 1879886 - Add test logs to NavigationToolbarRobot 8 months ago
AndiAJ 611c39e09c Bug 1879886 - Remove redundant assertion functions from NavigationToolbarRobot 8 months ago
AndiAJ cd55ceee51 Bug 1879886 - Convert private variables to functions so they don't get initialized 8 months ago
AndiAJ 1be6982290 Bug 1879886 - Remove unused functions from NavigationToolbarRobot 8 months ago
Jonathan Almeida 9ef4aef273 Bug 1868469 - Update the url immediately for existing engineSession
When we have an existing `engineSession` we use an optimized route to
load the url without needing to dispatch the load action. This is still
a valid performance improvement to make page loads faster.

However, in this code path we do not end up update the url in the state
until we get back a response from the Engine. This gives a perceived
performance loss of slow browsing. Updating the url gives UI components
an immediate update which reflects a change that would have been entered
by the user.

It was considered if we should do this in a middleware, but since this
is an optimized route, we should not wait for the middleware to process
the action before we perform the state update.
8 months ago
AndiAJ c2179540f5 Bug 1879539 - Remove unused functions from LibrarySubMenusMultipleSelectionToolbarRobot 8 months ago
AndiAJ 7dc56f88c0 Bug 1879539 - Add test logs to LibrarySubMenusMultipleSelectionToolbarRobot 8 months ago
AndiAJ f9031dd0a2 Bug 1879539 - Remove redundant assertion functions from LibrarySubMenusMultipleSelectionToolbarRobot 8 months ago
AndiAJ 039c64c33b Bug 1816066 - Fix verifyMultipleLoginsSelectionsTest UI test 8 months ago
AndiAJ 9e213654b2 Bug 1879509 - Add missing pairs of logs to DownloadRobot 8 months ago
AndiAJ a99d224387 Bug 1879498 - Add missing pairs of logs to CustomTabRobot 8 months ago
AndiAJ 8f39d7ceb4 Bug 1879339 - Add missing pairs of logs to ComposeTopSitesRobot 8 months ago
William Durand c291a3ab1a Bug 1870337 - Update description of the add-on post-install popup 8 months ago
AndiAJ 0965d2d352 Bug 1879308 - Add missing pairs of logs to ComposeTabDrawerRobot 8 months ago
oana.horvath 95cf640fdc Bug 1878868 - Create TestSetup helper: Test classes A-C 8 months ago
AndiAJ 5ad9a003a6 Bug 1879288 - Add missing pairs of logs to BrowserRobot 8 months ago
AndiAJ 95b74cd8c6 Bug 1874662 - Fix flaky closeAllTabsTest UI tests 8 months ago
William Durand ec85d157fe Bug 1870329 - Add add-on name to the content description of each install button 8 months ago
Aaron Train 15d7df99bf Revert "Bug 1878868 - Create TestSetup helper: Test classes A-C"
This reverts commit 56ae080d8374021e87617e53757c244fcca47284.
8 months ago
dependabot[bot] 38d89f7e0f Bump cryptography
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
oana.horvath 6890d9ecdd Bug 1878868 - Create TestSetup helper: Test classes A-C 8 months ago
AndiAJ a68320cae8 Bug 1879072 - Add test logs to HomeScreenRobot 8 months ago
AndiAJ fa93a4ba3a Bug 1879072 - Convert private variables to functions so they don't get initialized 8 months ago
AndiAJ ab4a64f380 Bug 1879072 - Remove unused functions from HomeScreenRobot 8 months ago
AndiAJ e36e0e2313 Bug 1879072 - Remove redundant assertion functions from HomeScreenRobot 8 months ago
AndiAJ da540d7578 Bug 1879027 - Add missing pairs of logs to CollectionRobot 8 months ago
AndiAJ efad284e53 Bug 1878878 - Add missing pairs of logs to BookmarksRobot 8 months ago
AndiAJ 9277995e3a Bug 1878866 - Add missing pairs of logs to AddToHomeScreenRobot 8 months ago
AndiAJ eaf06fb0c0 Bug 1878028 - Add more test logs to HistoryRobot 8 months ago
AndiAJ 31df2b7167 Bug 1878028 - Remove redundant assertion functions from HistoryRobot 8 months ago
AndiAJ 28746c1ba7 Bug 1877945 - Add pairs of test logs to FindInPageRobot 8 months ago
AndiAJ c8934beca1 Bug 1877945 - Remove redundant assertion functions from FindInPageRobot 8 months ago
AndiAJ 3146218088 Bug 1877939 - Add pairs of test logs to EnhancedTrackingProtectionRobot 8 months ago
AndiAJ 30b306f1d9 Bug 1877939 - Remove redundant assertion functions from EnhancedTrackingProtectionRobot 8 months ago
AndiAJ 693624395a Bug 1877938 - Remove redundant assertion functions from BookmarksRobot 8 months ago
AndiAJ df7f6cb4db Bug 1877440 - Use only TestHelper snack bar verification function in UI tests 8 months ago
AndiAJ 48df9bb6bf Bug 1844252 - Fix verifyVideoPlaybackSystemNotificationTest UI test 8 months ago
AndiAJ 2c1324df25 Bug 1865316 - Fix askBeforeOpeningLinkInAppCancelTest UI test 8 months ago
AndiAJ b170ff7927 Bug 1877639 - Add more test logs to FindInPageRobot 8 months ago
AndiAJ f1b67e9866 Bug 1876734 - Add more test logs to ComposeTopSitesRobot 8 months ago
AndiAJ 7122973f6a Bug 1877435 - Add more test logs to EnhancedTrackingProtectionRobot 8 months ago
AndiAJ 294b781e80 Bug 1877409 - Add more test logs to CustomTabRobot 8 months ago
AndiAJ b00685d4ff Bug 1874831 - Fix disabled FxSuggest related UI tests 8 months ago
AndiAJ feb1001f9e Bug 1876720 - Add more test logs to ComposeTabDrawerRobot 8 months ago
AndiAJ 77adecc2d1 Bug 1876700 - Add more test logs to CollectionRobot 8 months ago
James Hugman d79beb06a7 Fixup GleanPlumbMessageHelper rename bustage 8 months ago
AndiAJ e5a5860049 Bug 1854333 - Fix dismissOpenLinksInAppCFRTest UI test 8 months ago
AndiAJ 6a2cf80603 Bug 1876510 - Add more test logs to BrowserRobot 8 months ago
AndiAJ 5d45dacf7b Bug 1876036 - Add more test logs to BookmarksRobot 8 months ago
AndiAJ ef1cf1928f Bug 1876026 - Add more test logs to AddToHomeScreenRobot 8 months ago
oana.horvath 0251620c54 Bug 1818183 - Fix shortcut not showing up in top sites UI test 8 months ago
oana.horvath 6497ad8f8a Bug 1874831 - Disable failing FF Suggest UI tests 8 months ago
Matthew Tighe d080cf6e70 Revert "Bug 1861459 - Remove BrowsingModeManager"
This reverts commit 38af1c1363aa34b564305a1b2c809249e1be5b1b.
8 months ago
t-p-white ca7896ad4b Bug 1874861 - Removed redundant LongParameterList suppression's 8 months ago
Roger Yang 931c43127f Bug 1874768 - Hide default browser onboarding card if user already set us as default browser 8 months ago
oana.horvath f9fdb86eb9 Bug 1874885 - Fix reset to default locale when a test crashes 8 months ago
oana.horvath 5e75e68d13 Bug 1868291 - Fix Pocket tests by always restarting app on home 9 months ago
oana.horvath f289a423be Bug 1842154 - Disable notificationCanBeDismissedIfDownloadIsInterruptedTest UI test 9 months ago
dependabot[bot] 2cd0f066f4 Bump jinja2
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
AndiAJ d390f5c2de Bug 1858874 - Fix goToSettingsFromOpenLinksInAppCFRTest UI test 9 months ago
Jackie Johnson a2d96bf6db Bug 1874027 - fix getSponsoredFxSuggestPlaceHolder 9 months ago
t-p-white 344a48e59b Bug 1867431 - Remove the app flavour from the "What's new in Firefox" string 9 months ago
Matthew Tighe 8395c80252 Bug 1861459 - Remove BrowsingModeManager 9 months ago
alexandra.virvara 45e873fa01 Bug 1813794: Save search results when navigating back from saved logins list 9 months ago
AndiAJ 2853033b23 Bug 1873200 - New cookie banner blocker UI smoke tests 9 months ago
AndiAJ 1d30998b43 Bug 1807295 - Fix verifyShowSearchSuggestionsToggleTest UI test 9 months ago
William Durand 5439087524 Bug 1867597 - Enable extensions process unconditionally 9 months ago
iorgamgabriel 750cb246d6 Bug 1868989 - Translations UI Add Translate Page Browser Menu Button. 9 months ago
AndiAJ d326c5baff Bug 1807268 - Re-enable openSponsorsAndYourPrivacyOptionTest UI test 9 months ago
AndiAJ 843710c1a5 Bug 1868371 - Add more test data to Fx suggest related UI tests 9 months ago
AndiAJ 1c4ffaa0de Bug 1807268 - Re-enable openSponsoredShortcutsSettingsOptionTest UI test 9 months ago
AndiAJ 639a105db3 Bug 1807268 - Fix turnOffHttpsOnlyModeTest UI test 9 months ago
AndiAJ af791c9629 Bug 1814032 - Re-enable verifyMultipleAddressesSelectionTest UI test 9 months ago
AndiAJ 3a31931048 Bug 1807268 - Fix urlBarQuickActionsTest UI test 9 months ago
AndiAJ 8be11aa9c3 Bug 1807268 - Fix tab counter shortcut menu related UI tests 9 months ago
AndiAJ e066f89cf3 Bug 1830005 - Re-enable addPrivateBrowsingShortcutFromHomeScreenCFRTest UI test 10 months ago
Tom Ritter 5b4c43f4f0 Bug 1870149: Bump the expiration version for the font list telemetry
We weren't getting submissions for the font telemetry list
and eventually I traced it down to the metric having been expired.

We also need to bump the submission number, otherwise the work
request will be skipped.
10 months ago
AndiAJ 43c7ea896a Bug 1852234 - Fix verifyCustomTabETPSheetAndToggleTest UI test 10 months ago
AndiAJ 1f9067f2b4 Bug 1815395 - Re-enable audio and video permissions tests 10 months ago
Benjamin Forehand Jr 76e7ee5290 Bug 1869867 - Update experimentation test suite to support smoke tests that don't use the message feature (#4828) 10 months ago
AndiAJ bcdbefc22b Bug 1807289 - Enable verifyDownloadInACustomTabTest UI test 10 months ago
AndiAJ ba9b54f44a Bug 1813521 - Disable failing pauseResumeCancelDownloadTest UI test 10 months ago
AndiAJ 9d663ae45c Bug 1869568 - Use new large test file in downloads related UI tests 10 months ago
AndiAJ 61252c1194 Bug 1869252 - GPC TestRail matching 10 months ago
AndiAJ 3f63b0b476 Bug 1854566 - Fix verifyCreditCardRedirectionsToAutofillSectionAfterInterruptionTest UI test 10 months ago
AndiAJ 60713cf8c3 Bug 1807295 - Re-enable verifyShowSearchSuggestionsToggleTest UI test 10 months ago
Noah Bond 2cebc7aeda Bug 1864071 - Add debug drawer fab to an app-wide Composable overlay 10 months ago
Tom Ritter dde52ac977 Bug 1868886: Fix Nightly Font Telemetry
Unfortunately, the data we got back was flawed; and I hadn't noticed:
the device information was present, but the font data was just populating
the errors array instead of the fonts array. The FileInputStream on
live devices doesn't support reset, so it's been replaced with two separate
FileInputStreams.

Also bump the integer to cause another resubmission from Nightly users,
and include the submission integer.
10 months ago
mcarare 23f6947cb3 Bug 1865357 - Add Global Privacy Control UI tests. 10 months ago
AndiAJ 9982da950b Bug 1868557 - Add missing steps to deleteCookiesAndSiteDataTest UI tests 10 months ago
Jackie Johnson c84b4e3b71 Bug 1868858 - Fix test failure SettingsAddonsTest.noCrashWithAddonInstalledTest 10 months ago
AndiAJ 567eb56760 Bug 1868793 - Add missing step to installAddonFromMainMenuTest UI test 10 months ago
AndiAJ 8d53ee3562 Bug 1868533 - Refactor doNotSaveOptionWillNotUpdateALoginTest UI test to match manual test steps 10 months ago
AndiAJ 20519f909b Bug 1862911 - Disable restartDownloadFromAppNotificationAfterConnectionIsInterruptedTest UI test 10 months ago
Tom Ritter b251e9eff1 Bug 1868165: Induce the Nightly population to submit the font list 10 months ago
rahulsainani 888e2e49ce Bug 1826883 - Remove juno prefix from onboarding 10 months ago
VishnuSanal 23a485bbb3 Bug 1841095 - display customize homepage button even when shortcuts are enabled 10 months ago
dependabot[bot] 9b519f65fb Bump cryptography
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
AndiAJ 5da522da89 Bug 1848623 - Re-enable verifyErrorMessagesForInvalidSearchEngineUrlsTest UI test 10 months ago
AndiAJ 4e91a057d2 Bug 1866062 - New high priority Firefox suggest UI tests 10 months ago
Geoff Brown 310a5a99f7 Bug 1825116 - Resolve many lint issues found on oak (#4551)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
10 months ago
AndiAJ 80c452a213 Bug 1864829 - New Firefox suggest related UI smoke tests 10 months ago
oana.horvath a50caddce1 Bug 1853625 - Fix Card selector in CreditCardAutofillTest.verifyMultipleCreditCardsCanBeAddedTest 10 months ago
Tom Ritter 2c5b6f47eb Bug 1858193: Add a test for parsing font files 10 months ago
Benjamin Forehand Jr 29d63d7065 Bug 1863606 - Add smoke test generation to experiment integration test suite 11 months ago
AndiAJ db2aa84bf0 Bug 1865072 - Remove redundant assertions 11 months ago
Arturo Mejia 7cc21836c1 Bug 1864859 - Make cookie banner handling follow the same defaults as desktop. 11 months ago
AndiAJ 63b491d297 Bug 1842154 - Fix notificationCanBeDismissedIfDownloadIsInterruptedTest UI test 11 months ago
AndiAJ ed2ca35456 Bug 1864642 - Create new custom assertions for UI tests 11 months ago
Arturo Mejia 0ef251c789 Bug 1859817 - Align social trackers in Custom mode with desktop. 11 months ago
AndiAJ d103a01f01 Bug 1842154 - Disable failing notificationCanBeDismissedIfDownloadIsInterruptedTest UI test 11 months ago
AndiAJ be019fad35 Bug 1864399 - Use custom assertions in UI test robots 11 months ago
oana.horvath 5d500d32aa Bug 1857875 - Fix SettingsAddonsTest.noCrashWithAddonInstalledTest scrolling issue in add-ons list 11 months ago
AndiAJ 1a48fa3771 Bug 1863700 - Add more logs to functions related to download tests and other refactoring work 11 months ago
Arturo Mejia 4c9f7f77a6 Bug 1859391 - Update cookie banner settings page to only support private mode. 11 months ago
oana.horvath ecd5f19b75 Bug 1857875 - Disable SettingsAddonsTest.noCrashWithAddonInstalledTest 11 months ago
oana.horvath 1292cc6d66 Bug 1853625 - Disable CreditCardAutofillTest.verifyMultipleCreditCardsCanBeAddedTest 11 months ago
oana.horvath 1fd30414f5 Bug 1863319 - Replaced Browser Robot class variables with functions, to prevent unnecessary logging. 11 months ago
oana.horvath 75f6a6c66b Bug 1863319 - Split crashing UI tests inside TabbedBrowsingTest into smaller tests 11 months ago
AndiAJ 008bc6f38f Bug 1863515 - Refactor navigation and add logs for address autofill UI tests 11 months ago
Noah Bond 07c754a0c8 Bug 1861475 - Refactor `Modifier.onShown` out of `PocketStoriesComposables` 11 months ago
AndiAJ f910dc008b Bug 1863278 - Refactor navigation and storage deletion in downloads UI tests 11 months ago
AndiAJ 8e44e00662 Bug 1862926 - New high priority history UI test 11 months ago
Ben Dean-Kawamura 72dbea410c Bug 1861219 - Resolve breaking changes to the Rust fxa-client
This is mostly just renames.
11 months ago
AndiAJ 6a38fc03aa Bug 1862383 - New high priority download UI tests 11 months ago
Gabriel Luong ba6f075d2f Bug 1849073 - Part 7: Remove pill wrapper in search dialog 11 months ago
oana.horvath 16be6d9a05 Bug 1861647 - Fenix: Add new Addons high priority tests 11 months ago
AndiAJ 8076a3495e Bug 1862174 - Break out TestHelper into separate helpers 11 months ago
AndiAJ e9dc813213 Bug 1860973 - TestRail matching changes 11 months ago
alexandra.virvara 76a7dd3422 Bug 1826772: conditionally displayed cards 11 months ago
AndiAJ 802a4c3def Bug 1861364 - New onboarding UI tests 11 months ago
oana.horvath 458caede01 Bug 1861361 - Fenix: add UI tests for the Print feature 11 months ago
Arturo Mejia a5bacc4d12 Bug 1858795 - Disable the re-engagement and first encounter of a cookie banner dialogs. 11 months ago
AndiAJ 37ba9c7c6c Bug 1860514 - Account settings & Sync TestRail matching 11 months ago