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

Commit 669ce55a authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Promote passing flicker tests on OpenAppFromLockNotificationWithLockOverlayApp

Fixes: 266730606
Fixes: 209599395
Test: atest FlickerTests:OpenAppFromLockNotificationWithLockOverlayApp
Change-Id: I3ab3482d2beabd9f5217ac5973cdd537d40c4a3b
parent b6ea0ff3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -109,11 +109,11 @@ class OpenAppFromLockNotificationWithLockOverlayApp(flicker: FlickerTest) :
    override fun navBarLayerIsVisibleAtStartAndEnd() = super.navBarLayerIsVisibleAtStartAndEnd()

    /** {@inheritDoc} */
    @FlakyTest(bugId = 209599395)
    @Presubmit
    @Test
    override fun navBarWindowIsAlwaysVisible() = super.navBarWindowIsAlwaysVisible()

    @FlakyTest(bugId = 266730606)
    @Presubmit
    @Test
    override fun entireScreenCovered() = super.entireScreenCovered()