Merge "Deflake CloseImeOnDismissPopupDialogTest" into udc-dev

This commit is contained in:
TreeHugger Robot
2023-03-29 15:59:57 +00:00
committed by Android (Google) Code Review

View File

@@ -66,7 +66,7 @@ open class CloseImeOnDismissPopupDialogTest(flicker: FlickerTest) : BaseTest(fli
flicker.assertLayers {
this.isVisible(ComponentNameMatcher.IME)
.then()
.isVisible(ComponentNameMatcher.IME_SNAPSHOT)
.isVisible(ComponentNameMatcher.IME_SNAPSHOT, isOptional = true)
.then()
.isInvisible(ComponentNameMatcher.IME_SNAPSHOT, isOptional = true)
.isInvisible(ComponentNameMatcher.IME)