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

Commit 564ea419 authored by Pablo Gamito's avatar Pablo Gamito
Browse files

Update expacted scenarios for CloseAppBackButton

We are missing a CUJ tag for these cases.

Bug: 300078127

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

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

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

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