Merge "Fix PIP keyboard test"
This commit is contained in:
committed by
Android (Google) Code Review
commit
af9e9264f9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user