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

Unified Diff: ios/chrome/browser/web/browsing_prevent_default_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
« no previous file with comments | « ios/chrome/browser/web/browsing_egtest.mm ('k') | ios/chrome/browser/web/cache_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/browsing_prevent_default_egtest.mm
diff --git a/ios/chrome/browser/web/browsing_prevent_default_egtest.mm b/ios/chrome/browser/web/browsing_prevent_default_egtest.mm
index 3cce037acea62c4fb8aadacd2f177f8ae36d1e28..cd6e9558b9c42cb5328ac23d919931893ee1d3de 100644
--- a/ios/chrome/browser/web/browsing_prevent_default_egtest.mm
+++ b/ios/chrome/browser/web/browsing_prevent_default_egtest.mm
@@ -97,7 +97,7 @@ class ScopedBlockPopupsPref {
conditionWithName:@"Waiting for webview to display 'Click done'."
block:^BOOL {
id<GREYMatcher> webViewMatcher =
- chrome_test_util::webViewContainingText("Click done");
+ chrome_test_util::WebViewContainingText("Click done");
NSError* error = nil;
[[EarlGrey selectElementWithMatcher:webViewMatcher]
assertWithMatcher:grey_notNil()
@@ -152,7 +152,7 @@ class ScopedBlockPopupsPref {
conditionWithName:@"Waiting for webview to display 'Click done'."
block:^BOOL {
id<GREYMatcher> webViewMatcher =
- chrome_test_util::webViewContainingText("Click done");
+ chrome_test_util::WebViewContainingText("Click done");
NSError* error = nil;
[[EarlGrey selectElementWithMatcher:webViewMatcher]
assertWithMatcher:grey_notNil()
« no previous file with comments | « ios/chrome/browser/web/browsing_egtest.mm ('k') | ios/chrome/browser/web/cache_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698