Merge "Disable task bar always visible checks on open app from lock" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d64e78ab34
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user