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

Commit 0d042eb0 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Make snapshot window optional in appWindowIsVisibleOnceLauncherWindowIsInvisible assertion"

parents 5355b689 836eb795
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ class QuickSwitchFromLauncherTest(private val testSpec: FlickerTestParameter) {
        testSpec.assertWm {
            this.isAppWindowOnTop(LAUNCHER_COMPONENT)
                    .then()
                    .isAppWindowVisible(FlickerComponentName.SNAPSHOT)
                    .isAppWindowVisible(FlickerComponentName.SNAPSHOT, isOptional = true)
                    .then()
                    .isAppWindowVisible(testApp.component)
        }