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

Commit a24d50f4 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Revert "Update expacted scenarios for CloseAppBackButton"

This reverts commit 564ea419.

Reason for revert: b/300078127 fixes the missing CUJ tags

Change-Id: I92a8e683eea000b44ac9009da2c76454aaea7630
parent 523f9b01
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ import org.junit.runner.RunWith
@RunWith(FlickerServiceJUnit4ClassRunner::class)
class CloseAppBackButton3ButtonLandscape :
    CloseAppBackButton(NavBar.MODE_3BUTTON, Rotation.ROTATION_90) {
    // TODO: Missing CUJ (b/300078127)
    @ExpectedScenarios(["ENTIRE_TRACE"])
    @ExpectedScenarios(["APP_CLOSE_TO_HOME"])
    @Test
    override fun closeAppBackButtonTest() = super.closeAppBackButtonTest()

+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ import org.junit.runner.RunWith
@RunWith(FlickerServiceJUnit4ClassRunner::class)
class CloseAppBackButton3ButtonPortrait :
    CloseAppBackButton(NavBar.MODE_3BUTTON, Rotation.ROTATION_0) {
    // TODO: Missing CUJ (b/300078127)
    @ExpectedScenarios(["ENTIRE_TRACE"])
    @ExpectedScenarios(["APP_CLOSE_TO_HOME"])
    @Test
    override fun closeAppBackButtonTest() = super.closeAppBackButtonTest()

+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ import org.junit.runner.RunWith
@RunWith(FlickerServiceJUnit4ClassRunner::class)
class CloseAppBackButtonGesturalNavLandscape :
    CloseAppBackButton(NavBar.MODE_GESTURAL, Rotation.ROTATION_90) {
    // TODO: Missing CUJ (b/300078127)
    @ExpectedScenarios(["ENTIRE_TRACE"])
    @ExpectedScenarios(["APP_CLOSE_TO_HOME"])
    @Test
    override fun closeAppBackButtonTest() = super.closeAppBackButtonTest()

+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ import org.junit.runner.RunWith
@RunWith(FlickerServiceJUnit4ClassRunner::class)
class CloseAppBackButtonGesturalNavPortrait :
    CloseAppBackButton(NavBar.MODE_GESTURAL, Rotation.ROTATION_0) {
    // TODO: Missing CUJ (b/300078127)
    @ExpectedScenarios(["ENTIRE_TRACE"])
    @ExpectedScenarios(["APP_CLOSE_TO_HOME"])
    @Test
    override fun closeAppBackButtonTest() = super.closeAppBackButtonTest()