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

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

Merge "Update expected scenarios" into main

parents 08088bd1 6f1a8025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ import org.junit.runner.RunWith
class SwitchBackToSplitFromRecentGesturalNavLandscape :
    SwitchBackToSplitFromRecent(Rotation.ROTATION_90) {

    @ExpectedScenarios(["QUICKSWITCH"])
    @ExpectedScenarios(["SPLIT_SCREEN_ENTER"])
    @Test
    override fun switchBackToSplitFromRecent() = super.switchBackToSplitFromRecent()

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

    @ExpectedScenarios(["QUICKSWITCH"])
    @ExpectedScenarios(["SPLIT_SCREEN_ENTER"])
    @Test
    override fun switchBackToSplitFromRecent() = super.switchBackToSplitFromRecent()

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import org.junit.runner.RunWith
@RunWith(FlickerServiceJUnit4ClassRunner::class)
class UnlockKeyguardToSplitScreenGesturalNavLandscape : UnlockKeyguardToSplitScreen() {

    @ExpectedScenarios(["QUICKSWITCH"])
    @ExpectedScenarios(["LOCKSCREEN_UNLOCK_ANIMATION"])
    @Test
    override fun unlockKeyguardToSplitScreen() = super.unlockKeyguardToSplitScreen()

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ import org.junit.runner.RunWith
@RunWith(FlickerServiceJUnit4ClassRunner::class)
class UnlockKeyguardToSplitScreenGesturalNavPortrait : UnlockKeyguardToSplitScreen() {

    @ExpectedScenarios(["QUICKSWITCH"])
    @ExpectedScenarios(["LOCKSCREEN_UNLOCK_ANIMATION"])
    @Test
    override fun unlockKeyguardToSplitScreen() = super.unlockKeyguardToSplitScreen()