1
0
Fork 0
Commit Graph

166 Commits (feae7fff2fd525ab37fbc1105b691e1f3578977e)

Author SHA1 Message Date
Elise Richards feae7fff2f
FNX-14498 ⁃ For #9487: improve fxa onboarding manual sign in card (#13317)
* Replace strings, add learn more, hook up button

* Constrain learn more and icon to the text

* View holder tests

* Lint

* Update homescreen ui test
2020-08-20 11:05:11 -05:00
Oana Horvath 0b2e629774
Closes #13219: Changes device long-tap delay before UI tests (#13502) 2020-08-19 11:06:40 -04:00
TejaswiKarasani cd729b39e5
For #112,#145: Verify Search engine can be changed temporarily using Search engine (#13259) 2020-08-18 10:03:47 -07:00
Kadeem M 60526dffd8
Fix failing verifyAddonsCanBeUninstalled test (#13319) 2020-08-06 10:33:25 -04:00
Aaron Train b9391c141b For #13218: Fix settingsAddonsItemsTest 2020-08-06 10:21:18 +03:00
ekager f663129632 For #6313 - On first load, hides engineView until firstContentfulPaint 2020-08-04 17:15:46 -04:00
Oana Horvath 1e806b25c1
Closes #12893: fixed deleteAllHistoryTest (#13255) 2020-08-04 13:33:52 -04:00
Aaron Train 5b997ff1d8 Closes #13021: Fix verifyAboutFirefoxPreview UI test 2020-07-28 11:02:21 -07:00
Kadeem M 1353e157cd
Created UI tests for Addon Settings (#9258) 2020-07-27 11:00:35 -04:00
Aaron Train aa495b4526
No issue: Fix recent UI test breakage (#12869) 2020-07-23 14:17:54 -07:00
Hakkı Kaan Çalışkan 2a0a11f740 For #12571: Rename 'Shortcuts' to 'Search engines'
Co-Authored-By: Khushraj Rathod <khushrajrathod@gmail.com>
2020-07-22 11:05:04 -07:00
TejaswiKarasani 899f6e63ad
No issue: verify ETP toolbar shield icon is not displayed if ETP is OFF globally in ETP UI tests (#12623) 2020-07-21 09:33:06 -04:00
Oana Horvath 6ab6f3efe9
Fix UI tests from #12752 #12637 #12764 (#12779)
* For #12752 & #12764: Fixes tabs tray behavior in UI tests

* For #12637: fixes goBackTest
2020-07-21 08:49:24 -04:00
Mihai-Eduard Badea 1823fdb66d
For issue #9949 - Bookmarks/History deletion inconsistencies (#12630)
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.

 - Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in #8648.

Co-authored-by: Mihai Eduard Badea <mihai.badea@softvision.ro>
2020-07-17 15:13:18 -05:00
James Hugman 798c1bf743 Address review comments 2020-07-16 10:37:03 -04:00
James Hugman 22689a9ff5 Remove need to specify component names for new intents 2020-07-16 10:37:03 -04:00
James Hugman 98a33ea82b Changed home_* style links to urls_* to reflect that the destination is a set of links, rather than where the screen is 2020-07-16 10:37:03 -04:00
James Hugman 4573d09fd8 Add UI tests for deep links 2020-07-16 10:37:03 -04:00
Oana Horvath af3c232615 Replaces verifyPageContent in UI tests 2020-07-16 10:55:58 +03:00
Aaron Train 661835a35c No issue: Add a couple Tabs Tray UI tests 2020-07-15 10:49:34 +03:00
ekager 9ed85510ae For #7094 - Adds save login exceptions 2020-07-14 14:47:37 -04:00
Tiger Oakes c99a8f5cfa
Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 2020-07-09 10:50:51 -07:00
TejaswiKarasani 1926ddbc22
No Issue: Verify the page main menu items UI Test (#12336) 2020-07-09 09:15:10 -07:00
Aaron Train 0a4f92a5d0
No issue: Re-enable Context Menu UI tests (#12250) 2020-07-03 13:48:46 -04:00
isabelrios 4dc3a00ed0
For #12224 - Fix UI testAboutFirefoxPreview (#12233) 2020-07-03 12:31:47 -04:00
David Walsh c4a4beb6b9 For 11468 - Show tab tray after opening links from history and bookmarks 2020-06-26 18:28:31 -07:00
Kate Glazko 2ac8496315 For #12025: Set Search Shortcuts Off By Default 2020-06-26 18:21:58 -07:00
Oana Horvath 45bc42f92d
For #11764: delay single-click duration to avoid long-clicks (#11949) 2020-06-25 14:21:51 -04:00
ValentinTimisica c75ab3f720
For #10462: Removes back button from bookmarks and history fragments (#11721) 2020-06-22 13:15:33 -04:00
Oana Horvath 79f231b80d
Fixes #11797 defaultDesktopBookmarksFoldersTest intermittent failure (#11803) 2020-06-22 11:03:22 -04:00
mcarare f4ebe39311 For #11665: Update UI tests. 2020-06-19 09:32:37 +03:00
Emily Kager 44ff29bdc0 Revert "For issue #9949 - Bookmarks/History deletion inconsistencies"
This reverts commit 3feab90b19.
2020-06-18 19:31:49 -04:00
Aaron Train 4270c837be
For #10642: Comment out verifyPageContent calls (#11748)
fix: expectedText not called warning
2020-06-18 15:25:14 -07:00
David Walsh 3feab90b19 For issue #9949 - Bookmarks/History deletion inconsistencies
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.

 - Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in #8648.
2020-06-17 14:42:51 -04:00
Oana Horvath 4e590bf7f8
For #10909: Fix flaky navigateBookmarksFoldersTest (#11592) 2020-06-16 12:06:47 -04:00
TejaswiKarasani 576558818e
For #116 #173: UI test for verifying the nav toolbar buttons (#10976) 2020-06-13 09:51:40 -04:00
liuche 35fa445165
Issue #11112 - Update empty collections string + tests. (#11538) 2020-06-12 18:01:38 -04:00
ValentinTimisica ce0d5a1a28 For #11365: Fixes UI tests for Settings 2020-06-10 11:09:03 +03:00
ekager 6d4a673c6f For #8967 - Expose autofill logins setting in nightly 2020-06-09 12:21:48 -04:00
mcarare 91c27a023e For #11229: Update settings ETP copy. 2020-06-05 14:18:25 -04:00
mcarare a0d9189321 For #11229: Update onboarding ETP copy. 2020-06-05 14:18:25 -04:00
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
2020-06-05 12:59:08 -05:00
ekager 20e358228e For #11015 - Switch Default ETP Setting to Standard 2020-05-29 16:39:47 -04:00
Aaron Train 507ccaec7e
Closes 10927: Improve wait on session loaded for UI tests (#10928) 2020-05-29 10:13:57 -04:00
ValentinTimisica 29be9e4b9f Fixes #10064: Updates UI tests for About Page 2020-05-29 09:26:46 +03:00
Grisha Kruglov e3f0df0118 Update Settings About test to account for debug builds 2020-05-25 22:13:05 -07:00
mcarare 44d9dc9237 For #10705: Update copy of auto font sizing preference. 2020-05-25 17:50:35 -04:00
mcarare ce46a96742 For #10706: Update copy of deleting open tabs preference. 2020-05-25 17:37:29 -04:00
Oana Horvath b2673bc654
for #10753: improves the clickAddBookmarkButton method in flaky tests (#10842) 2020-05-22 21:06:24 +03:00
codrut.topliceanu 7feae98944 For #9044 - Replace DownloadNotificationBottomSheetDialog with unobtrusive view
- Renamed DownloadNotification and removed DownloadState.dismissed dependency
- Improved DynamicDownloadDialog behaviour when scrolling
- DynamicDownloadDialog remains attached to tab until dismissed
- Fixed onTryAgain not working for resumed DownloadDialogs
2020-05-21 10:02:51 -04:00