Wait for bubbles to dismiss after teardown

Test: atest WMShellFlickerTestsBubbles
Bug: 288413572
Change-Id: I3b6593abf87b88a39cbf9aa3b7ea37d44826e304
This commit is contained in:
Nataniel Borges
2023-06-22 14:30:48 +00:00
parent f0958868dd
commit 4e2f792012

View File

@@ -72,7 +72,7 @@ abstract class BaseBubbleScreen(flicker: LegacyFlickerTest) : BaseTest(flicker)
uid,
NotificationManager.BUBBLE_PREFERENCE_NONE
)
testApp.exit()
testApp.exit(wmHelper)
}
extraSpec(this)