0

dismiss Edit Home Screen alert in EG tests

Bug: 1454220
Change-Id: I4c6e85e1234647a9e45fa7567c589cc8822b5c04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4764128
Auto-Submit: Yue She <yueshe@google.com>
Reviewed-by: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Yue She <yueshe@google.com>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Reviewed-by: Rohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1181749}
This commit is contained in:
Yue She
2023-08-09 23:07:27 +00:00
committed by Chromium LUCI CQ
parent a9c307ead0
commit 38a3389995

@ -60,6 +60,7 @@ NSDictionary<NSString*, NSArray<NSString*>*>* TextToButtonsOfKnownSystemAlerts(
@[ @"OK", @"Allow" ],
@"Unable to activate Touch ID on this iPhone." : @[ @"OK" ],
@"Like to Access the Microphone" : @[ @"OK" ],
@"Edit Home Screen" : @[ @"Dismiss" ],
};
});
return text_to_buttons;