Merge "3/ Fix bug of PipKeyboardTest do not forceExit() testApp successfully"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8b69ef2dae
@@ -76,12 +76,12 @@ class PipKeyboardTest(
|
||||
}
|
||||
teardown {
|
||||
test {
|
||||
keyboardApp.exit()
|
||||
keyboardApp.forceStop()
|
||||
|
||||
if (device.hasPipWindow()) {
|
||||
device.closePipWindow()
|
||||
}
|
||||
testApp.exit()
|
||||
testApp.forceStop()
|
||||
this.setRotation(Surface.ROTATION_0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user