Mugurell
172977f698
For #14980 - Effectively disable tabs tray STATE_HALF_EXPANDED ( #16052 )
...
STATE_HALF_EXPANDED cannot be disabled while also keeping fitToContents = true
based on which the tabs tray layout is currently set.
To work around this we'll set a a minuscule height for the tab tray when in
this state and then immediately advance to STATE_HIDDEN so to make it
imperceptible to the users.
Since I couldn't write unit tests because of InflateExceptions in Robolectric
I've written UI tests to protect against regressions.
2020-11-04 11:22:46 +02:00
Oana Horvath
c3204b7644
For #15847 - Disables verifyAboutFirefoxPreview UI test ( #16346 )
2020-11-03 15:31:36 -05:00
Oana Horvath
4ff2635423
For #13446 UI tests: wait for historyList to exist
2020-11-03 10:59:33 +02:00
Michael Comella
bff8a0d6a7
No issue: make StrictMode suppression count thread safe.
2020-11-02 15:37:04 -08:00
MarcLeclair
7b1af41b40
15278 detekt rule runblocking ( #15942 )
...
* For #15278 : added CoroutineManager to count runBlocking calls
* For #15278 : Added actual detekt rule for runblocking and its config to the yaml
* For #15278 : Added unit test for RunblockingCounter
* For #15278 : renamed StrictModeStartupSuppressionCountTest.kt to PerformanceStartupTest.kt and added runBlockingCount test
* Lint fix
* For #15278 : made runblocking a Long to prevent overflow
* For #15278 : fixed MozRunblocking name, description and moved RunBlockingCounter to perf package
* For #15278:Renamed MozillaRunblockingCheck to MozillaRunBlockingCheck
* For #15278 : Added setup for unit test, since it failed without restting counter
* For #15278 : Fixed naming for RunBlocking lint check
* For #15278 : removed changes made to test to use runBlockingIncrement
* For #15728 : added test exclusion for runBlocking check
* For #15278 : changed null check and added Synchronized to count setter
* For #15278 : fix for nits
* For #15278 : added StartupExcessiveResourceUseTest to CODEOWNERS
* For #15278 : fixed for nits
* For #15278 : Moved increment function to extension function and fixed indentation
* For #15278 : Added tests for Atomic Integer extension and nit fix
2020-11-02 12:49:17 -05:00
Gabriel Luong
66210469c0
For #9548 - Ability to rename top sites ( #16285 )
...
* Ability to rename top sites, closes #9548
* Highlight the "Remove" top site action as destructive
With more menu items in the top site contextual menu, it makes sense to differentiate
* Added test for the top site renaming action
* Fixed lint check (wildcard imports, blank spaces)
* Applied suggestions from code review
* Apply suggestions from code review
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
* Implemented dialog click listener with manual dismiss/cancel
Co-authored-by: Lorenzo Stanco <lorenzo.stanco@gmail.com>
2020-10-30 15:08:04 -04:00
Oana Horvath
e36e61b2c3
For #10690 : re-enable editBookmarkTest
2020-10-28 16:09:52 +02:00
Aaron Train
b8fff8cef1
For #8169 - Upgrade Mockwebserver ( #16186 )
...
Upgrades Mockwebserver to 4.9.0
2020-10-27 10:19:24 -04:00
ekager
d5cb9c599c
For #15910 - Adds back automatic toggle, disables slider when enabled ( #16070 )
2020-10-21 12:20:04 -04:00
Mihai Adrian Carare
b1bc024ff5
For #11631 : Move report site issue extension to main menu. ( #15884 )
...
* For #11631 : Move report site issue extension to main menu.
* For #11631 : Update UI test for installing add-on.
2020-10-20 09:34:54 +03:00
mcarare
edd613ace2
For #15688 : Update UI tests.
2020-10-19 17:45:46 -07:00
Sebastian Kaspari
2da24cd91d
Update Android Components, Kotlin, Gradle plugin ( #16021 )
...
* Closes #13262 : Update AGP to 4
* Update to Mozilla Android Components 63.0.20201019090011.
* Update Kotlin to 1.4.10 and Coroutines to 1.3.9.
* Fix new compiler warnings.
* Fix compilation of lint rules module.
* Pin JNA version.
* Fix new lint errors.
Co-authored-by: Tiger Oakes <toakes@mozilla.com>
2020-10-19 14:07:47 -04:00
Shen
45e3f7805b
For #13168 - Removed the close button from history navigation bar
2020-10-09 20:33:37 -04:00
ekager
881e3d6ccd
For #14923 - Removes auto size preference toggle
2020-10-09 15:04:57 -07:00
Jonathan Almeida
666781aa62
Fix lint warnings and test in site permissions
2020-10-08 19:37:56 -04:00
Gabriel Luong
5153a3f2c5
For #15115 - Part 9: Fix ui tests for the tabs settings
2020-10-08 12:50:43 -04:00
Jonathan Almeida
ee673348bf
Issue #15754 : Disable failing notification UI tests
2020-10-07 20:01:35 -04:00
Michael Comella
4302cd20b2
For #13959 - post: decrement expected suppression count.
...
Running locally, I get the same error: I think that there legitimately
was an reduction in the number of StrictMode suppressions on start up.
2020-10-06 14:11:53 -07:00
Michael Comella
b222376cb0
For #13959 : add test to prevent increasing StrictMode suppression count.
2020-10-06 14:11:53 -07:00
Michael Comella
c33aafb024
For #13959 : add HomeActivityTestRule.skipOnboarding.
...
This is more correct, faster, and results in less copy-paste duplication
than the current behavior:
homeScreen { }.dismissOnboarding()
Which opens settings to dismiss onboarding.
2020-10-06 14:11:53 -07:00
Jocelyne
0154c81f81
For #10107 : Show Today and Yesterday labels in History ( #15415 )
2020-10-01 16:42:50 -07:00
ekager
01e802fef0
For #15324 - Show tab settings and recently closed items in menu when no tabs
2020-09-28 21:09:30 -07:00
mcarare
cd53b8fdaf
For #15130 : Remove "what's new card" check in UI test.
2020-09-25 18:04:48 +03:00
Oana Horvath
108666c277
Closes #14524 , #12896 , #13830 : re-enabled strict ETP tests after code bug fix
2020-09-22 13:42:30 +03:00
Oana Horvath
abe06da6e2
Closes #13829 : Added idling resources to the addon details view"
2020-09-18 09:43:06 +03:00
Oana Horvath
2e38635781
For #13829 : Disables verifyAddonsCanBeUninstalled UI test
2020-09-10 15:58:11 +03:00
Oana Horvath
100cc7c088
Closes #14277 : Ads idling resources for History UI tests
2020-09-08 17:41:31 +03:00
Oana Horvath
cf69058ce8
Closes #12645 : Re-enable mediaSystemNotificationInPrivateModeTest
2020-09-08 13:49:13 +03:00
Oana Horvath
bf9f6794e9
For #14524 : Disable ETP tests failing on AC 58 update
2020-09-04 13:31:30 +03:00
Arturo Mejia
6f5e9bad26
Pin AC TO 57.0.0 and remove feature flag for view downloads ( #14592 )
...
* Update Android Components version to 57.0.0.
* Remove feature flag for "View Downloads".
* Update search enginer list from changes by #13452
Co-authored-by: Chenxia Liu <liuche@mozilla.com>
2020-09-01 20:04:31 -07:00
ekager
2d67e4b748
For #4118 - Creates setting for auto closing tabs
2020-09-01 13:04:12 -07:00
Oana Horvath
4a00131fa1
Closes #13218 : adds IdlingResources for the Addons list
2020-08-31 19:59:49 +03:00
Oana Horvath
1e7faa693f
Closes #14522 : item 'Open link in apps' moved
2020-08-31 19:59:49 +03:00
Oana Horvath
9e47d9e70d
Closes #10911 : idling resource registration timing issues ( #14231 )
2020-08-27 11:40:22 -04:00
Oana Horvath
4ebb070ed7
[Ui Tests] Closes #11944 : changes the way the system notifications are verified according to their visibility
2020-08-27 10:02:48 +03:00
Jeff Boek
4b997c1334
No Issue - Fixes UI Tests with new search experience
2020-08-26 18:00:47 -07:00
Oana Horvath
92886121fe
Closes #13877 : shortens closeTabTest to avoid flakiness
2020-08-26 18:44:54 +03:00
Gilbert Gilb's
9430546d12
for #7584 - fix about libraries toolbar theme
...
fixes #7584 #13970
2020-08-24 15:31:19 -07:00
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
Oana Horvath
4542b4b934
Closes #12778 : re-arranged the steps in closeTabTest and closePrivateTabTest ( #13810 )
2020-08-13 12:20:47 -04:00
Richard Pappalardo
73fb5e6875
fix: disable broken tests
2020-08-11 08:01:33 -07:00
Aaron Train
25cd1dbac2
No issue: Remove unused import in SettingsAddonsTest ( #13345 )
...
Fixes lint-ktlint error on master https://github.com/mozilla-mobile/fenix/runs/954237630
2020-08-06 11:24:16 -04: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
Richard Pappalardo
0e0183aa24
Disable flaky tests: settingsAddonsItemsTest, verifyAboutFirefoxPreview ( #13286 )
...
* fix: disable intermittent failing UI tests
* fix: add dependency
2020-08-04 22:46:41 -04: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
Oana Horvath
6f5f8cc5aa
For #13220 , #13217 : Disables failing UI tests
2020-08-03 16:21:08 +03:00
Aaron Train
5b997ff1d8
Closes #13021 : Fix verifyAboutFirefoxPreview UI test
2020-07-28 11:02:21 -07:00
Roger Yang
b7fabdd2f1
Closes #12670 : Add lastUri as a parameter in RequestInterceptor
2020-07-28 13:24:03 -04:00
Oana Horvath
b0dfdd57dc
For #12968 : Re-enables Search settings tests ( #13020 )
2020-07-28 09:22:46 -04:00
Kadeem M
1353e157cd
Created UI tests for Addon Settings ( #9258 )
2020-07-27 11:00:35 -04:00
Oana Horvath
808584b75f
For: #12894 , #12899 , #12968 , #11239 , disables failing UI tests
2020-07-27 13:34:56 +03:00
Oana Horvath
a07f8a5041
For #12893 : Disables failing deleteAllHistoryTest ( #12902 )
2020-07-24 11:47:59 -04:00
Oana Horvath
a116950fc8
For #12473 : Disable failing verifyContextCopyLink ( #12891 )
2020-07-24 10:29:22 -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
Tiger Oakes
c08d375c18
Move settings in components ( #12675 )
2020-07-21 10:47:10 -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
Richard Pappalardo
41c256e474
Fixes #12752 , #12764 - Temp disable openHistoryInNewTabTest intermittent UI test failures ( #12754 )
...
* Fixes #12752 - Temp disable intermittent failing test
2020-07-20 18:09:01 -07: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
Roger Yang
7923255fda
For #12118 : Add isSubframeRequest parameter for app links
2020-07-16 12:50:33 -04: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
isabelrios
5b61b44f1a
cron-job-ui-screenshots ( #12423 )
...
Co-authored-by: isabel rios <isabelrios@MacBook-Pro-de-isabel-2.local>
2020-07-16 16:08:00 +02: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
Oana Horvath
4624bf5c50
For #10911 : disables flaky createBookmarkFolderTest
2020-07-13 15:40:50 +03: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
isabelrios
8b3f9804b5
No issue: Update screenshots test ( #12348 )
2020-07-08 12:20:34 -04:00
Richard Pappalardo
cf94906e9d
fix: disable intermittent test failure
2020-07-08 12:21:25 +03:00
MickeyMoz
4f74f34dba
Update Android Components version to 49.0.20200707131055.
2020-07-07 14:49:54 -04:00
MickeyMoz
da39a7e671
Update Android Components version to 49.0.20200705130154.
2020-07-06 15:21:40 -04:00
Oana Horvath
836199ff16
For #11764 : doubles long-press delay UI test
2020-07-06 19:13:53 +03:00
Aaron Train
3351a02885
For #12309 : Disable verifyContextSaveImage and verifyContextMixedVariations ( #12314 )
2020-07-06 11:51:06 -04:00
isabelrios
84324f52ae
For #12018 - Sync Int tests fixes ( #12252 )
2020-07-03 13:49:40 -04:00
Aaron Train
0a4f92a5d0
No issue: Re-enable Context Menu UI tests ( #12250 )
2020-07-03 13:48:46 -04:00
Aaron Train
901a90643f
Closes #8714 : Re-enable toggleShowVisitedSitesAndBookmarks ( #12251 )
2020-07-03 13:20:39 -04:00
isabelrios
4dc3a00ed0
For #12224 - Fix UI testAboutFirefoxPreview ( #12233 )
2020-07-03 12:31:47 -04:00
Richard Pappalardo
11aea321ed
Fixes #11642 - Re-enable disabled UI-tests ( #12142 )
2020-07-01 09:15:57 -07:00
ekager
60069395eb
Update AC to 48.0.20200627130132 and fix breaking changes
2020-06-27 20:11:31 -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
Gabriel Luong
e6a56aec36
For #12026 - Update default top sites for new users ( #12028 )
2020-06-26 17:51:18 -04:00
Oana Horvath
45bc42f92d
For #11764 : delay single-click duration to avoid long-clicks ( #11949 )
2020-06-25 14:21:51 -04:00
Oana Horvath
932a032772
Closes #11947 : fix and enable closePrivateTabsNotificationTest ( #11951 )
2020-06-25 14:17:04 -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
Oana Horvath
76266c84c2
For #11642 : disables UI test privateModeScreenItemsTest ( #11768 )
2020-06-19 16:14:33 +03:00
Oana Horvath
268c4f25d8
No issue: re-enables tests ignoring the verifyPageContent step ( #11765 )
2020-06-19 15:51:50 +03: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