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

Commit 6f1a8025 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update expected scenarios

Bug: 300067086

Test: n/a
Change-Id: I165b8fc3106732a285d30c6f716e24e992c4c2e5
parent 83adafdc
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()