Removes espresso device altogether

Change-Id: Ib379c8dc0dc44f0871a0e6db5e0ac1317053ad73
ben/dropshots
Jose Alcérreca 6 months ago
parent 31e0d0a92e
commit 80b7988c00

@ -159,21 +159,21 @@ class EdgeToEdgeTest {
// }
private fun runFoldableTests(apiName: String) {
onDevice().setClosedMode()
//onDevice().setClosedMode()
screenshotSystemBar("edgeToEdge_Foldable_closed_system_$apiName")
forceThreeButtonNavigation()
screenshotNavigationBar("edgeToEdge_Foldable_closed_nav3button_$apiName")
forceGestureNavigation()
screenshotNavigationBar("edgeToEdge_Foldable_closed_navGesture_$apiName")
onDevice().setFlatMode()
//onDevice().setFlatMode()
enableDemoMode() // Flat mode resets demo mode!
screenshotSystemBar("edgeToEdge_Foldable_flat_system_$apiName")
forceThreeButtonNavigation()
screenshotNavigationBar("edgeToEdge_Foldable_flat_nav3button_$apiName")
forceGestureNavigation()
screenshotNavigationBar("edgeToEdge_Foldable_flat_navGesture_$apiName")
onDevice().setClosedMode()
//onDevice().setClosedMode()
}
private fun screenshotSystemBar(screenshotFileName: String) {

Loading…
Cancel
Save