Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: ios/chrome/browser/ui/alert_coordinator/alert_coordinator_egtest.mm

Issue 2642193012: Make EarlGrey matchers compliant with Chromium style. (Closed)
Patch Set: build.gn and rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698