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

Commit 41dddf15 authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Update expected scenarios for EnterSplitScreenByDragFromAllApps" into main

parents 66c061f6 586611a9
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()