aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java b/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
index 1dac8a1..723d7d9 100644
--- a/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
+++ b/libs/UiAutomatorLib/src/com/android/afwtest/uiautomator/test/AfwTestUiWatcher.java
@@ -84,7 +84,7 @@ public final class AfwTestUiWatcher implements UiWatcher {
* Words to match for "Accept" button's text or description.
*/
private static final String[] ACCEPT_WORDS = {
- "accept", "agree", "allow", "close", "yes"};
+ "accept", "agree", "allow", "close", "ok", "yes"};
/**
* {@link Pattern} to match any "Accept" word in {@link #ACCEPT_WORDS}.