Merge "Disable task bar visible checks on open camera double click" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b442b4adf3
@@ -102,7 +102,7 @@ class OpenCameraOnDoubleClickPowerButton(flicker: FlickerTest) :
|
|||||||
|
|
||||||
@Postsubmit @Test override fun entireScreenCovered() = super.entireScreenCovered()
|
@Postsubmit @Test override fun entireScreenCovered() = super.entireScreenCovered()
|
||||||
|
|
||||||
@Postsubmit
|
@Ignore("Not applicable to this CUJ. App is full screen at the end")
|
||||||
@Test
|
@Test
|
||||||
override fun navBarLayerIsVisibleAtStartAndEnd() = super.navBarLayerIsVisibleAtStartAndEnd()
|
override fun navBarLayerIsVisibleAtStartAndEnd() = super.navBarLayerIsVisibleAtStartAndEnd()
|
||||||
|
|
||||||
@@ -127,11 +127,11 @@ class OpenCameraOnDoubleClickPowerButton(flicker: FlickerTest) :
|
|||||||
@Test
|
@Test
|
||||||
override fun statusBarWindowIsAlwaysVisible() = super.statusBarWindowIsAlwaysVisible()
|
override fun statusBarWindowIsAlwaysVisible() = super.statusBarWindowIsAlwaysVisible()
|
||||||
|
|
||||||
@Postsubmit
|
@Ignore("Not applicable to this CUJ. App is full screen at the end")
|
||||||
@Test
|
@Test
|
||||||
override fun taskBarLayerIsVisibleAtStartAndEnd() = super.taskBarLayerIsVisibleAtStartAndEnd()
|
override fun taskBarLayerIsVisibleAtStartAndEnd() = super.taskBarLayerIsVisibleAtStartAndEnd()
|
||||||
|
|
||||||
@Postsubmit
|
@Ignore("Not applicable to this CUJ. App is full screen at the end")
|
||||||
@Test
|
@Test
|
||||||
override fun taskBarWindowIsAlwaysVisible() = super.taskBarWindowIsAlwaysVisible()
|
override fun taskBarWindowIsAlwaysVisible() = super.taskBarWindowIsAlwaysVisible()
|
||||||
|
|
||||||
@@ -145,7 +145,7 @@ class OpenCameraOnDoubleClickPowerButton(flicker: FlickerTest) :
|
|||||||
override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
|
override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
|
||||||
super.visibleWindowsShownMoreThanOneConsecutiveEntry()
|
super.visibleWindowsShownMoreThanOneConsecutiveEntry()
|
||||||
|
|
||||||
@Postsubmit
|
@Ignore("Not applicable to this CUJ. App is full screen at the end")
|
||||||
@Test
|
@Test
|
||||||
override fun navBarWindowIsVisibleAtStartAndEnd() {
|
override fun navBarWindowIsVisibleAtStartAndEnd() {
|
||||||
super.navBarWindowIsVisibleAtStartAndEnd()
|
super.navBarWindowIsVisibleAtStartAndEnd()
|
||||||
|
|||||||
Reference in New Issue
Block a user