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

Commit 69147f18 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update expected CUJ for DismissSplitScreenByGoHome

We don't seem to trigger a SPLIT_SCREEN_EXIT in this case yet.

Bug: 301222449
Test: atest com.android.wm.shell.flicker.service.splitscreen.flicker.DismissSplitScreenByGoHomeGesturalNavPortrait
Change-Id: I478f00db59a30188ac7038fac8172a6397294b2e
parent decde23e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith
class DismissSplitScreenByGoHomeGesturalNavLandscape :
    DismissSplitScreenByGoHome(Rotation.ROTATION_90) {

    @ExpectedScenarios(["SPLIT_SCREEN_EXIT"])
    @ExpectedScenarios(["APP_CLOSE_TO_HOME"]) // SPLIT_SCREEN_EXIT not yet tagged here (b/301222449)
    @Test
    override fun dismissSplitScreenByGoHome() = super.dismissSplitScreenByGoHome()

+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith
class DismissSplitScreenByGoHomeGesturalNavPortrait :
    DismissSplitScreenByGoHome(Rotation.ROTATION_0) {

    @ExpectedScenarios(["SPLIT_SCREEN_EXIT"])
    @ExpectedScenarios(["APP_CLOSE_TO_HOME"]) // SPLIT_SCREEN_EXIT not yet tagged here (b/301222449)
    @Test
    override fun dismissSplitScreenByGoHome() = super.dismissSplitScreenByGoHome()