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

Commit 47f3818b authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Update quick switch test to support animations without SnapshotStartingWindow

Fixes: 227072573
Test: atest QuickSwitchFromLauncherTest
Change-Id: I1e0339a3da0426fcffa5062da859032cecb8724d
parent cde55d30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ class QuickSwitchFromLauncherTest(private val testSpec: FlickerTestParameter) {
        testSpec.assertLayers {
            this.isVisible(LAUNCHER_COMPONENT)
                    .then()
                    .isVisible(FlickerComponentName.SNAPSHOT)
                    .isVisible(FlickerComponentName.SNAPSHOT, isOptional = true)
                    .then()
                    .isVisible(testApp.component)
        }