Merge "Fix PIP keyboard test"

This commit is contained in:
TreeHugger Robot
2022-02-10 16:37:46 +00:00
committed by Android (Google) Code Review

View File

@@ -68,9 +68,11 @@ abstract class BaseBubbleScreen(protected val testSpec: FlickerTestParameter) {
}
teardown {
notifyManager.setBubblesAllowed(testApp.component.packageName,
test {
notifyManager.setBubblesAllowed(testApp.component.packageName,
uid, NotificationManager.BUBBLE_PREFERENCE_NONE)
testApp.exit()
testApp.exit()
}
}
extraSpec(this)