| Index: ios/chrome/browser/ui/alert_coordinator/alert_coordinator_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_egtest.mm b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_egtest.mm
|
| index 6ed6955b1669a0d06c52b7faecb92788e4851cbf..02a83608e52d11eae427de1eb7f4da380870edcc 100644
|
| --- a/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_egtest.mm
|
| +++ b/ios/chrome/browser/ui/alert_coordinator/alert_coordinator_egtest.mm
|
| @@ -80,7 +80,7 @@ NSString* kTitle = @"Foo Title";
|
| GREYAssertTrue([self isPresentingAlert], @"An alert should be presented");
|
|
|
| [[EarlGrey
|
| - selectElementWithMatcher:chrome_test_util::buttonWithAccessibilityLabelId(
|
| + selectElementWithMatcher:chrome_test_util::ButtonWithAccessibilityLabelId(
|
| IDS_OK)] performAction:grey_tap()];
|
|
|
| GREYAssertFalse([self isPresentingAlert], @"The alert should be removed");
|
|
|