summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-08-30 22:25:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-30 22:25:17 +0000
commit39a6ea0a605edc936e1f9b01cb1fd86818ef3883 (patch)
treeb2d3f5406efda6f81e2455bd8b6de526abaf74fe
parente2fbef15eb8589ad1832a3b47ca10262ddcbf50a (diff)
parent314f1441da4447918af8d0af60a12c53ca8a78be (diff)
downloadbase-39a6ea0a605edc936e1f9b01cb1fd86818ef3883.tar.gz
Merge "Activity gain focus failed in InputMethodStressTest" into android13-tests-dev
-rw-r--r--tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java
index 47f87d6d75ff..573b3b695a90 100644
--- a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java
+++ b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/NotificationTest.java
@@ -102,6 +102,7 @@ public final class NotificationTest {
@After
public void tearDown() {
mNotificationManager.cancelAll();
+ mUiDevice.pressHome();
}
@Test