commit | 0d042eb0ece8a6ac08a3844ba2666a4f34c3d423 | [log] [tgz] |
---|---|---|
author | Pablo Gamito <pablogamito@google.com> | Fri Jan 14 11:22:23 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 14 11:22:23 2022 +0000 |
tree | e30d9676f7294524e88622949cc26037872884e6 | |
parent | 5355b689620f0ebee608eeb55edf104fb378da84 [diff] | |
parent | 836eb795f095a08e8bcf2a7d0b7806baab681df6 [diff] |
Merge "Make snapshot window optional in appWindowIsVisibleOnceLauncherWindowIsInvisible assertion"
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 dcb5c86..8f2803e 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
@@ -261,7 +261,7 @@ testSpec.assertWm { this.isAppWindowOnTop(LAUNCHER_COMPONENT) .then() - .isAppWindowVisible(FlickerComponentName.SNAPSHOT) + .isAppWindowVisible(FlickerComponentName.SNAPSHOT, isOptional = true) .then() .isAppWindowVisible(testApp.component) } @@ -342,4 +342,4 @@ ) } } -} \ No newline at end of file +}