Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c78e27ac authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Wait until the nav and status bars are visible before launching the app" into main

parents acbdee14 29b041a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ class OpenAppFromIntentColdAfterCameraTest(flicker: LegacyFlickerTest) :
                // Can't use TAPL due to Recents not showing in 3 Button Nav in full screen mode
                device.pressHome()
                tapl.getWorkspace()
                wmHelper.StateSyncBuilder().withHomeActivityVisible().waitForAndVerify()
            }
            teardown { testApp.exit(wmHelper) }
            transitions { testApp.launchViaIntent(wmHelper) }