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

Unified Diff: ios/chrome/browser/ui/infobars/infobar_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/infobars/infobar_egtest.mm
diff --git a/ios/chrome/browser/ui/infobars/infobar_egtest.mm b/ios/chrome/browser/ui/infobars/infobar_egtest.mm
index 687f6c8e0609d2e0cb03306a4474541fc1d4b9e5..2306d7211d8b6ecd96038271eb50bc9865682f6a 100644
--- a/ios/chrome/browser/ui/infobars/infobar_egtest.mm
+++ b/ios/chrome/browser/ui/infobars/infobar_egtest.mm
@@ -93,7 +93,7 @@ void VerifyTestInfoBarVisibleForCurrentTab(bool visible) {
NSError* error = nil;
[[EarlGrey
selectElementWithMatcher:
- chrome_test_util::staticTextWithAccessibilityLabel(
+ chrome_test_util::StaticTextWithAccessibilityLabel(
base::SysUTF8ToNSString(kTestInfoBarTitle))]
assertWithMatcher:expected_visibility
error:&error];

Powered by Google App Engine
This is Rietveld 408576698