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

Commit eb354127 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable visibleLayersShowInConsecutiveEntries assertion on IME"

parents daf905f4 8982df5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -114,7 +114,8 @@ class CloseImeWindowToHomeTest(
                                enabled = !configuration.startRotation.isRotated())
                            navBarLayerIsAlwaysVisible()
                            statusBarLayerIsAlwaysVisible()
                            visibleLayersShownMoreThanOneConsecutiveEntry(listOf(IME_WINDOW_TITLE))
                            visibleLayersShownMoreThanOneConsecutiveEntry(listOf(IME_WINDOW_TITLE),
                                enabled = false)

                            imeLayerBecomesInvisible()
                            imeAppLayerBecomesInvisible(testApp)