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

Unified Diff: ios/chrome/browser/ui/print/print_controller_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/print/print_controller_egtest.mm
diff --git a/ios/chrome/browser/ui/print/print_controller_egtest.mm b/ios/chrome/browser/ui/print/print_controller_egtest.mm
index 4043deef8c4dee29e09e157d3261e75e2ff40746..af706fc2976066138829ed0c61f4b9dd170f2d52 100644
--- a/ios/chrome/browser/ui/print/print_controller_egtest.mm
+++ b/ios/chrome/browser/ui/print/print_controller_egtest.mm
@@ -48,7 +48,7 @@ const char kHTMLURL[] = "http://test";
chrome_test_util::LoadUrl(url);
id<GREYMatcher> response1Matcher =
- chrome_test_util::webViewContainingText(response);
+ chrome_test_util::WebViewContainingText(response);
[[EarlGrey selectElementWithMatcher:response1Matcher]
assertWithMatcher:grey_notNil()];

Powered by Google App Engine
This is Rietveld 408576698