You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/androidTest/java/org/mozilla/fenix/helpers
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.
4 years ago
..
assertions Adding UI tests for the Basic Menu settings. 🎲 !!!! (#6346) 4 years ago
ext Closes #9262: Add additional waits to LibraryMenuTest (#9263) 4 years ago
idlingresource For #14980 - Effectively disable tabs tray STATE_HALF_EXPANDED (#16052) 4 years ago
matchers For #14980 - Effectively disable tabs tray STATE_HALF_EXPANDED (#16052) 4 years ago
Assert.kt No issue: Normalize license header comment (#3909) 5 years ago
Constants.kt No issue: Re-enable Context Menu UI tests (#12250) 4 years ago
HomeActivityTestRule.kt For #13959: add HomeActivityTestRule.skipOnboarding. 4 years ago
IdlingResourceHelper.kt Created UI tests for Addon Settings (#9258) 4 years ago
Matchers.kt Fixes #10064: Updates UI tests for About Page 4 years ago
MockWebServer.kt For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
RecyclerViewIdlingResource.kt Closes #10911: idling resource registration timing issues (#14231) 4 years ago
SessionLoadedIdlingResource.kt Closes 10927: Improve wait on session loaded for UI tests (#10928) 4 years ago
TestAssetHelper.kt For #10761: Updates UI test tracking test page asset (#10945) 4 years ago
TestHelper.kt Fixes #9832 - Change targetSdkVersion to Android 10 (#11014) 4 years ago
ViewVisibilityIdlingResource.kt Closes #9346: Add ViewIdlingResource for Reader View UI tests (#9347) 4 years ago