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

Commit 64a2dc9a authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable nav bar assertion on open app from lock cold.

The assertion is not applicable to this CUJ. Display starts locked and app is full screen at the end

Fixes: 256827515
Test: atest  OpenAppFromLockNotificationCold
Change-Id: I4f44e12c87ac082e040d12156c7ced2cff0234f6
parent 88e101a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,8 +97,8 @@ open class OpenAppFromLockNotificationCold(testSpec: FlickerTestParameter) :
        super.statusBarLayerPositionAtEnd()

    /** {@inheritDoc} */
    @Postsubmit
    @Test
    @Ignore("Not applicable to this CUJ. Display starts locked and app is full screen at the end")
    override fun navBarLayerIsVisibleAtStartAndEnd() = super.navBarLayerIsVisibleAtStartAndEnd()

    /** {@inheritDoc} */