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

Commit 8e43de4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable task bar always visible checks on open app from lock" into...

Merge "Disable task bar always visible checks on open app from lock" into udc-dev am: d64e78ab am: a4a10d55

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22647941



Change-Id: Ieb9ade440bd8a5222bfb851e7326674bb5e27b5a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents fee59a66 a4a10d55
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,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")