Merge "Fix flaky assertion"
This commit is contained in:
@@ -107,9 +107,13 @@ class SwitchImeWindowsFromGestureNavTest(private val testSpec: FlickerTestParame
|
||||
fun imeAppWindowVisibility() {
|
||||
testSpec.assertWm {
|
||||
isAppWindowVisible(imeTestApp.component)
|
||||
.then()
|
||||
.isAppSnapshotStartingWindowVisibleFor(testApp.component, isOptional = true)
|
||||
.then()
|
||||
.isAppWindowVisible(testApp.component)
|
||||
.then()
|
||||
.isAppSnapshotStartingWindowVisibleFor(imeTestApp.component, isOptional = true)
|
||||
.then()
|
||||
.isAppWindowVisible(imeTestApp.component)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user