Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bbed278 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Fix PIP keyboard test

Test was missing teardown block

Bug: 218604389
Test: atest WMShellFlickerTest
Change-Id: I2331a16f76b95d31b524c2b714b815a174fbcf04
parent 903315ba
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -68,10 +68,12 @@ abstract class BaseBubbleScreen(protected val testSpec: FlickerTestParameter) {
            }
            }


            teardown {
            teardown {
                test {
                    notifyManager.setBubblesAllowed(testApp.component.packageName,
                    notifyManager.setBubblesAllowed(testApp.component.packageName,
                        uid, NotificationManager.BUBBLE_PREFERENCE_NONE)
                        uid, NotificationManager.BUBBLE_PREFERENCE_NONE)
                    testApp.exit()
                    testApp.exit()
                }
                }
            }


            extraSpec(this)
            extraSpec(this)
        }
        }