From a660cee42e3fb6a9dff3221bf91caba2c6a6a1a2 Mon Sep 17 00:00:00 2001 From: Vania Desmonda Date: Tue, 4 Feb 2025 18:25:32 +0000 Subject: Remove app window bigger than initial bounds assertion. Removing this assertion because it's not working well, and the other assertions are sufficient for each CUJ. Fixes: 366201428 Test: atest ResizeAppWithCornerResizePortrait Flag: EXEMPT flicker test Change-Id: Iaca9621a974f591fff92aa44e24eefb76e5a4696 --- .../src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs') diff --git a/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt b/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt index 9b402734a4c4..4c443d7501f7 100644 --- a/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt +++ b/libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeFlickerScenarios.kt @@ -36,7 +36,6 @@ import android.tools.flicker.assertors.assertions.AppWindowHasMaxDisplayHeight import android.tools.flicker.assertors.assertions.AppWindowHasMaxDisplayWidth import android.tools.flicker.assertors.assertions.AppWindowHasSizeOfAtLeast import android.tools.flicker.assertors.assertions.AppWindowInsideDisplayBoundsAtEnd -import android.tools.flicker.assertors.assertions.AppWindowIsBiggerThanInitialBoundsAtEnd import android.tools.flicker.assertors.assertions.AppWindowIsInvisibleAtEnd import android.tools.flicker.assertors.assertions.AppWindowIsVisibleAlways import android.tools.flicker.assertors.assertions.AppWindowMaintainsAspectRatioAlways @@ -172,7 +171,6 @@ class DesktopModeFlickerScenarios { assertions = AssertionTemplates.DESKTOP_MODE_APP_VISIBILITY_ASSERTIONS + listOf( ResizeVeilKeepsIncreasingInSize(DESKTOP_MODE_APP), - AppWindowIsBiggerThanInitialBoundsAtEnd(DESKTOP_MODE_APP), ).associateBy({ it }, { AssertionInvocationGroup.BLOCKING }) ) @@ -189,7 +187,6 @@ class DesktopModeFlickerScenarios { assertions = AssertionTemplates.DESKTOP_MODE_APP_VISIBILITY_ASSERTIONS + listOf( ResizeVeilKeepsIncreasingInSize(DESKTOP_MODE_APP), - AppWindowIsBiggerThanInitialBoundsAtEnd(DESKTOP_MODE_APP), ).associateBy({ it }, { AssertionInvocationGroup.BLOCKING }), ) -- cgit v1.2.3-59-g8ed1b