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

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

Merge "Update quick switch test to support animations without SnapshotStartingWindow" into tm-dev

parents f2843d67 47f3818b
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)
        }