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

Commit 586611a9 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update expected scenarios for EnterSplitScreenByDragFromAllApps

We don't seem to tag this scenario with anything right now.

Bug: 301093332
Test: atest com.android.wm.shell.flicker.service.splitscreen.flicker.EnterSplitScreenByDragFromAllAppsGesturalNavLandscape on tablet
Change-Id: I8168061b396d02c54b0de1b96dcc27535e75681a
parent 339244f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith
class EnterSplitScreenByDragFromAllAppsGesturalNavLandscape :
    EnterSplitScreenByDragFromAllApps(Rotation.ROTATION_90) {

    @ExpectedScenarios(["SPLIT_SCREEN_ENTER"])
    @ExpectedScenarios(["ENTIRE_TRACE"]) // missing SPLIT_SCREEN_ENTER tag (b/301093332)
    @Test
    override fun enterSplitScreenByDragFromAllApps() = super.enterSplitScreenByDragFromAllApps()

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

    @ExpectedScenarios(["SPLIT_SCREEN_ENTER"])
    @ExpectedScenarios(["ENTIRE_TRACE"]) // missing SPLIT_SCREEN_ENTER tag (b/301093332)
    @Test
    override fun enterSplitScreenByDragFromAllApps() = super.enterSplitScreenByDragFromAllApps()