Commit Graph

1439 Commits (ac08666e1a1efea8a4f8d237685f6d46a45b1b71)

Author SHA1 Message Date
oana.horvath d3032bdc82 Bug 1882035 - Disable non-sponsored suggestions UI tests in FirefoxSuggestTest
(cherry picked from commit e7ec19745b69e4ed606e6c4590f3d8eb7a1c37ce)
4 months ago
AndiAJ a494c9808d Bug 1880620 - Add logs to SettingsSubMenuAddonsManagerRobot 4 months ago
AndiAJ 9012bd1624 Bug 1880620 - Remove redundant assertion functions from SettingsSubMenuAddonsManagerRobot 4 months ago
AndiAJ 270d99a9ed Bug 1880620 - Add logs to SettingsSubMenuAddonsManagerAddonDetailedMenuRobot 4 months ago
AndiAJ 25ddb717bf Bug 1815651 - Fix verifyAutofillToggleTest UI test 4 months ago
AndiAJ a66d8287c8 Bug 1880466 - Add logs to SettingsSubMenuAccessibilityRobot 4 months ago
AndiAJ e1fc09fe7e Bug 1880466 - Remove redundant assertion functions from SettingsSubMenuAccessibilityRobot 4 months ago
AndiAJ 183188b3db Bug 1880445 - Add logs to SettingsRobot 4 months ago
AndiAJ d4a5b09f11 Bug 1880445 - Remove redundant assertion functions from SettingsRobot 4 months ago
AndiAJ 4c71cc875e Bug 1807268 - Fix verifySavedAddressCanBeEditedTest UI test 4 months ago
AndiAJ 2229abaf05 Bug 1880221 - Add logs to RecentlyClosedTabsRobot 4 months ago
AndiAJ b5b4abb1ff Bug 1880221 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 3f55c9095a Bug 1880064 - Add logs to ReaderViewRobot 4 months ago
AndiAJ 5c3e6298c2 Bug 1880064 - Remove redundant assertion functions from ReaderViewRobot 4 months ago
AndiAJ 1ee892eb4c Bug 1880064 - Add logs to PwaRobot 4 months ago
AndiAJ d14cbc72f6 Bug 1880047 - Convert private variables to functions so they don't get initialised 4 months ago
AndiAJ 7455523c8f Bug 1880047 - Add missing pairs of logs to NotificationRobot 4 months ago
AndiAJ c3da54cfba Bug 1879886 - Add test logs to NavigationToolbarRobot 4 months ago
AndiAJ 611c39e09c Bug 1879886 - Remove redundant assertion functions from NavigationToolbarRobot 4 months ago
AndiAJ cd55ceee51 Bug 1879886 - Convert private variables to functions so they don't get initialized 4 months ago
AndiAJ 1be6982290 Bug 1879886 - Remove unused functions from NavigationToolbarRobot 4 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.
4 months ago
AndiAJ c2179540f5 Bug 1879539 - Remove unused functions from LibrarySubMenusMultipleSelectionToolbarRobot 4 months ago
AndiAJ 7dc56f88c0 Bug 1879539 - Add test logs to LibrarySubMenusMultipleSelectionToolbarRobot 4 months ago
AndiAJ f9031dd0a2 Bug 1879539 - Remove redundant assertion functions from LibrarySubMenusMultipleSelectionToolbarRobot 4 months ago
AndiAJ 039c64c33b Bug 1816066 - Fix verifyMultipleLoginsSelectionsTest UI test 4 months ago
AndiAJ 9e213654b2 Bug 1879509 - Add missing pairs of logs to DownloadRobot 5 months ago
AndiAJ a99d224387 Bug 1879498 - Add missing pairs of logs to CustomTabRobot 5 months ago
AndiAJ 8f39d7ceb4 Bug 1879339 - Add missing pairs of logs to ComposeTopSitesRobot 5 months ago
William Durand c291a3ab1a Bug 1870337 - Update description of the add-on post-install popup 5 months ago
AndiAJ 0965d2d352 Bug 1879308 - Add missing pairs of logs to ComposeTabDrawerRobot 5 months ago
oana.horvath 95cf640fdc Bug 1878868 - Create TestSetup helper: Test classes A-C 5 months ago
AndiAJ 5ad9a003a6 Bug 1879288 - Add missing pairs of logs to BrowserRobot 5 months ago
AndiAJ 95b74cd8c6 Bug 1874662 - Fix flaky closeAllTabsTest UI tests 5 months ago
William Durand ec85d157fe Bug 1870329 - Add add-on name to the content description of each install button 5 months ago
Aaron Train 15d7df99bf Revert "Bug 1878868 - Create TestSetup helper: Test classes A-C"
This reverts commit 56ae080d8374021e87617e53757c244fcca47284.
5 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>
5 months ago
oana.horvath 6890d9ecdd Bug 1878868 - Create TestSetup helper: Test classes A-C 5 months ago
AndiAJ a68320cae8 Bug 1879072 - Add test logs to HomeScreenRobot 5 months ago
AndiAJ fa93a4ba3a Bug 1879072 - Convert private variables to functions so they don't get initialized 5 months ago
AndiAJ ab4a64f380 Bug 1879072 - Remove unused functions from HomeScreenRobot 5 months ago
AndiAJ e36e0e2313 Bug 1879072 - Remove redundant assertion functions from HomeScreenRobot 5 months ago
AndiAJ da540d7578 Bug 1879027 - Add missing pairs of logs to CollectionRobot 5 months ago
AndiAJ efad284e53 Bug 1878878 - Add missing pairs of logs to BookmarksRobot 5 months ago
AndiAJ 9277995e3a Bug 1878866 - Add missing pairs of logs to AddToHomeScreenRobot 5 months ago
AndiAJ eaf06fb0c0 Bug 1878028 - Add more test logs to HistoryRobot 5 months ago
AndiAJ 31df2b7167 Bug 1878028 - Remove redundant assertion functions from HistoryRobot 5 months ago
AndiAJ 28746c1ba7 Bug 1877945 - Add pairs of test logs to FindInPageRobot 5 months ago
AndiAJ c8934beca1 Bug 1877945 - Remove redundant assertion functions from FindInPageRobot 5 months ago
AndiAJ 3146218088 Bug 1877939 - Add pairs of test logs to EnhancedTrackingProtectionRobot 5 months ago