Merge "3/ Fix bug of PipKeyboardTest do not forceExit() testApp successfully"

This commit is contained in:
TreeHugger Robot
2020-11-19 02:41:05 +00:00
committed by Android (Google) Code Review

View File

@@ -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)
}
}