Merge "Wait for correct surface to disappear on transition" into tm-dev

This commit is contained in:
Nataniel Borges
2022-03-30 15:57:43 +00:00
committed by Android (Google) Code Review

View File

@@ -74,7 +74,7 @@ class ExitPipViaExpandButtonClickTest(
// This will bring PipApp to fullscreen
pipApp.expandPipWindowToApp(wmHelper)
// Wait until the other app is no longer visible
wmHelper.waitForSurfaceAppeared(testApp.component)
wmHelper.waitForWindowSurfaceDisappeared(testApp.component)
}
}