Emily Kager
b7af130eb7
[fenix] Revert "For issue https://github.com/mozilla-mobile/fenix/issues/9949 - Bookmarks/History deletion inconsistencies"
...
This reverts commit fc8365728f1f9bd02766e5931aa990c91c59c03b.
2020-06-18 19:31:49 -04:00
Aaron Train
b99e70fa75
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10642 : Comment out verifyPageContent calls ( https://github.com/mozilla-mobile/fenix/pull/11748 )
...
fix: expectedText not called warning
2020-06-18 15:25:14 -07:00
Oana Horvath
4dd1870598
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11642 & https://github.com/mozilla-mobile/fenix/issues/10642 : Disable intermittent tests ( https://github.com/mozilla-mobile/fenix/pull/11724 )
...
* for https://github.com/mozilla-mobile/fenix/issues/11642 : disables tests crashing
* for https://github.com/mozilla-mobile/fenix/issues/10642 : disables frequently failing tests
2020-06-18 11:59:36 +03:00
David Walsh
db28b7df4e
[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/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 https://github.com/mozilla-mobile/fenix/issues/8648 .
2020-06-17 14:42:51 -04:00
Oana Horvath
d133ec9e92
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10909 : Fix flaky navigateBookmarksFoldersTest ( https://github.com/mozilla-mobile/fenix/pull/11592 )
2020-06-16 12:06:47 -04:00
Aaron Train
f176dba72f
[fenix] No issue: Disable verifyBasicNavigationToolbarFunctionality ( https://github.com/mozilla-mobile/fenix/pull/11643 )
2020-06-16 11:40:15 -04:00
TejaswiKarasani
b17eb51096
[fenix] For https://github.com/mozilla-mobile/fenix/issues/116 https://github.com/mozilla-mobile/fenix/issues/173 : UI test for verifying the nav toolbar buttons ( https://github.com/mozilla-mobile/fenix/pull/10976 )
2020-06-13 09:51:40 -04:00
liuche
35282cf328
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/11112 - Update empty collections string + tests. ( https://github.com/mozilla-mobile/fenix/pull/11538 )
2020-06-12 18:01:38 -04:00
ValentinTimisica
649f56299c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11365 : Fixes UI tests for Settings
2020-06-10 11:09:03 +03:00
ekager
91fd4f4f58
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8967 - Expose autofill logins setting in nightly
2020-06-09 12:21:48 -04:00
mcarare
4050f47e4e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11229 : Update settings ETP copy.
2020-06-05 14:18:25 -04:00
mcarare
ceb56b102d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11229 : Update onboarding ETP copy.
2020-06-05 14:18:25 -04:00
Jeff Boek
2c2cc97b97
[fenix] Remove tab tray feature flag ( https://github.com/mozilla-mobile/fenix/pull/11176 )
...
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Removes feature flag for the new tab tray
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Removes all tab references from homeFragment
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes unit tests
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Gets UI tests to compile and HomeScreenTest to pass
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `deleteMultipleSelectionTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openHistoryItemInNewPrivateTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openHistoryInPrivateTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openHistoryInNewTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openNewPrivateTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes tabbedBrowsingTests
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes SettingsPrivacyTest
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes TopSitesTest
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes lint errors
* Ignore
2020-06-05 12:59:08 -05:00
Beatriz Rizental
637dc1b617
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10652 : Fix validateBaselinePing test ( https://github.com/mozilla-mobile/fenix/pull/11254 )
...
* Stop ignoring validateBaselinePing test
* Remove spacing between package and imports
* Add functionality to decompress gzipped ping body
2020-06-05 12:48:33 -04:00
Aaron Train
25292cb29b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10798 : Disable testDownloadPrompt ( https://github.com/mozilla-mobile/fenix/pull/11147 )
2020-06-02 12:40:08 -04:00
ekager
370f2ba16f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11015 - Switch Default ETP Setting to Standard
2020-05-29 16:39:47 -04:00
Aaron Train
9108e8f6b8
[fenix] Closes 10927: Improve wait on session loaded for UI tests ( https://github.com/mozilla-mobile/fenix/pull/10928 )
2020-05-29 10:13:57 -04:00
ValentinTimisica
3b38cce4a5
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/10064 : Updates UI tests for About Page
2020-05-29 09:26:46 +03:00
Oana Horvath
d4cba6ba5d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10761 : Updates UI test tracking test page asset ( https://github.com/mozilla-mobile/fenix/pull/10945 )
2020-05-28 10:57:10 -04:00
Grisha Kruglov
46a69391ad
[fenix] Update Settings About test to account for debug builds
2020-05-25 22:13:05 -07:00
Jonathan Almeida
ceb7c7f1f5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10915 : Disabled failing UI tests in SettingsPrivacyTest
2020-05-25 23:05:45 -04:00
mcarare
cc69908c70
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10705 : Update copy of auto font sizing preference.
2020-05-25 17:50:35 -04:00
mcarare
d0a155219c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10706 : Update copy of deleting open tabs preference.
2020-05-25 17:37:29 -04:00
Oana Horvath
bd3c6eeafe
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10690 : disable editBookmarkTest ( https://github.com/mozilla-mobile/fenix/pull/10891 )
2020-05-25 12:37:21 +03:00
Justin Wood
dee12ebb68
[fenix] Bug 1638073 - Update conftest for 'tps' to use current (firefoxci) api urls
2020-05-22 11:16:33 -07:00
Oana Horvath
184c07170a
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10753 : improves the clickAddBookmarkButton method in flaky tests ( https://github.com/mozilla-mobile/fenix/pull/10842 )
2020-05-22 21:06:24 +03:00
Oana Horvath
f50f3a6557
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10759 : close notification shade if still open ( https://github.com/mozilla-mobile/fenix/pull/10819 )
2020-05-21 18:41:00 +03:00
codrut.topliceanu
51ca52381c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/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
isabelrios
a4702a11ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10756 - UI intermittent media playback failures ( https://github.com/mozilla-mobile/fenix/pull/10775 )
2020-05-20 10:41:31 -04:00
Aaron Train
9a743a838d
[fenix] No issue: Disable validateBaselinePing UI test ( https://github.com/mozilla-mobile/fenix/pull/10772 )
2020-05-19 10:59:55 -04:00
Emily Kager
71d0a7a67c
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/6313 - On first load, hides engineView until firstContentfulPaint"
...
This reverts commit 9a5ccb8e04bb43045d5b03a8f682a2707cd8bf3e.
2020-05-18 10:33:11 -07:00
ekager
78af828cc8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6313 - On first load, hides engineView until firstContentfulPaint
2020-05-15 10:55:38 -07:00
Simon Chae
c3804c2265
[fenix] Update Android Components version to 42.0.20200514130134
2020-05-14 10:44:33 -07:00
Oana Horvath
55e4a7c651
[fenix] MediaNotificationTest: close media notification shade after each test ( https://github.com/mozilla-mobile/fenix/pull/10649 )
2020-05-14 17:01:09 +03:00
Oana Horvath
9324377564
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10587 : Disable all flaky collections tests ( https://github.com/mozilla-mobile/fenix/pull/10643 )
2020-05-14 14:48:42 +03:00
Oana Horvath
39db615743
[fenix] Disable failing tests from https://github.com/mozilla-mobile/fenix/issues/10587 and https://github.com/mozilla-mobile/fenix/issues/10586 ( https://github.com/mozilla-mobile/fenix/pull/10620 )
2020-05-13 15:02:18 +03:00
Oana Horvath
aab5a54889
[fenix] for https://github.com/mozilla-mobile/fenix/issues/9407 : fixed and added collection tests ( https://github.com/mozilla-mobile/fenix/pull/10566 )
2020-05-12 10:51:44 +03:00
ValentinTimisica
e6e1a79358
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10343 : Updates UI tests accordingly to 'Library' removal
2020-05-11 10:22:19 -07:00
Oana Horvath
26407fe308
[fenix] fix https://github.com/mozilla-mobile/fenix/issues/10468 : wait for main menu to disappear after creating bookmark ( https://github.com/mozilla-mobile/fenix/pull/10478 )
2020-05-08 12:58:32 +03:00
TejaswiKarasani
061487dc25
[fenix] no issue: Added settings_privacy_items_test ( https://github.com/mozilla-mobile/fenix/pull/10474 )
2020-05-07 07:45:48 -07:00
kglazko
70b21d2e6c
[fenix] No Issue Reenable testDownloadPrompt ( https://github.com/mozilla-mobile/fenix/pull/10407 )
...
Co-authored-by: Kate Glazko <kglazko@Kates-MacBook-Pro.local>
2020-05-05 11:24:16 -07:00
Alessio Placitelli
6e36269af0
[fenix] Fixup the BaselinePingTest
2020-05-04 10:37:44 +03:00
Mihai Eduard Badea
fa9a791c81
[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8648
2020-04-29 09:48:42 -07:00
Oana Horvath
4f5ebf1ebc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9783 : bring app in focus with sendSingleTapToScreen for UI test ( https://github.com/mozilla-mobile/fenix/pull/10136 )
2020-04-28 10:46:42 -04:00
Oana Horvath
134909fed3
[fenix] Added new bookmarks tests ( https://github.com/mozilla-mobile/fenix/pull/9878 )
...
Fix for https://github.com/mozilla-mobile/fenix/issues/7417 : Fix and re-enable disabled tests
2020-04-27 18:15:27 +03:00
ekager
4a59ed0eed
[fenix] No issue: Update Private Browsing placeholder string
2020-04-24 11:39:14 -07:00
Oana Horvath
a2d169be5f
[fenix] fix private notification text ( https://github.com/mozilla-mobile/fenix/pull/10192 )
2020-04-24 17:55:46 +03:00
ekager
479c41236f
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9928 - Updates private browsing text description
2020-04-21 09:00:06 +03:00
isabelrios
1c1274bb17
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8081 - UI screenshots tests update ( https://github.com/mozilla-mobile/fenix/pull/10023 )
2020-04-20 10:39:56 -04:00
Ryan Kelly
219c8349d6
[fenix] Some cleanups for running the sync integration tests
2020-04-18 02:30:44 -07:00