commit | 47f3818bd252b0242058ad8fac87bed1f181ef4e | [log] [tgz] |
---|---|---|
author | Nataniel Borges <natanieljr@google.com> | Sun Mar 27 11:07:10 2022 +0200 |
committer | Nataniel Borges <natanieljr@google.com> | Sun Mar 27 11:07:10 2022 +0200 |
tree | 4ef4fbd464ba81df4a852d105a91e06f9599830d | |
parent | cde55d305f5b7d43f5b026812ba0b149bac6d5cf [diff] |
Update quick switch test to support animations without SnapshotStartingWindow Fixes: 227072573 Test: atest QuickSwitchFromLauncherTest Change-Id: I1e0339a3da0426fcffa5062da859032cecb8724d
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchFromLauncherTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchFromLauncherTest.kt index e5e2404..f83ae87 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchFromLauncherTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchFromLauncherTest.kt
@@ -275,7 +275,7 @@ testSpec.assertLayers { this.isVisible(LAUNCHER_COMPONENT) .then() - .isVisible(FlickerComponentName.SNAPSHOT) + .isVisible(FlickerComponentName.SNAPSHOT, isOptional = true) .then() .isVisible(testApp.component) }