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
Mugurell 611ff8f25b For #17195 - Don't try setting an idle resource if the View is already off screen
Speculative fix based on the Firebase logs which shows that on a second check
of R.id.tab_wrapper it is not found the screen.
It may be because after `advanceToHalfExpandedState` and before getting a
reference to it in `waitForTabTrayBehaviorToIdle` it was already animated off
the screen.
With this in mind I've added a null check for the view reference before trying
to register an idling resource on it's Behavior.

Also added and used a way to click at a specific location in a View, not just
in the default middle in the View.
It was observed from the Firebase videos that a "click" on the topBar actually
selected the private tabs section. This would leave us to believe that the
"click" was caught by that other View which was placed above the x,y middle of
the topBar.
3 years ago
..
components For #12018 - Sync Int tests fixes (#12252) 4 years ago
glean For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
helpers For #17195 - Don't try setting an idle resource if the View is already off screen 3 years ago
perf 16373 Count the # of inflations done on startup (#16778) 3 years ago
screenshots For #17906 - Allow screenshots for private home screenshot test 3 years ago
syncintegration For #8169 - Upgrade Mockwebserver (#16186) 4 years ago
ui For #17195 - Don't try setting an idle resource if the View is already off screen 3 years ago
AppRequestInterceptor.kt For #16032: Support installing recommended add-ons from AMO 4 years ago