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/idlingresource
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
..
AddonsInstallingIdlingResource.kt Created UI tests for Addon Settings (#9258) 4 years ago
AddonsLoadingIdlingResource.kt Created UI tests for Addon Settings (#9258) 4 years ago
BottomSheetBehaviorStateIdlingResource.kt For #14980 - Effectively disable tabs tray STATE_HALF_EXPANDED (#16052) 4 years ago