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

Commit 13410798 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "Update expacted scenarios for CloseAppBackButton"" into main

parents e171a255 a24d50f4
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()