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

Commit 01884a59 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable task bar always visible checks on open app from lock

The lockscreen doesn't show a taskbar

Fixes: 278224452
Test: atest FlickerTests
Change-Id: I8c7f52091d09328595873d797e1b5e9afd362440
parent 251b591a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -86,6 +86,11 @@ open class OpenAppFromLockNotificationCold(flicker: FlickerTest) :
    @Ignore("Display is off at the start")
    override fun taskBarLayerIsVisibleAtStartAndEnd() {}

    /** {@inheritDoc} */
    @Test
    @Ignore("Display is off at the start")
    override fun taskBarWindowIsAlwaysVisible() {}

    /** {@inheritDoc} */
    @Test
    @Ignore("Display is off at the start")
+5 −0
Original line number Diff line number Diff line
@@ -95,6 +95,11 @@ class OpenAppFromLockNotificationWarm(flicker: FlickerTest) : OpenAppFromNotific
    @Ignore("Not applicable to this CUJ. Display starts locked and app is full screen at the end")
    override fun navBarLayerPositionAtStartAndEnd() {}

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

    /** {@inheritDoc} */
    @Test
    @Ignore("Not applicable to this CUJ. Display starts off and app is full screen at the end")