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

Unified Diff: ios/web/shell/test/earl_grey/shell_base_test_case.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/web/shell/test/context_menu_egtest.mm ('k') | ios/web/shell/test/earl_grey/shell_matchers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/test/earl_grey/shell_base_test_case.mm
diff --git a/ios/web/shell/test/earl_grey/shell_base_test_case.mm b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
index c9c6027fa26b5e93c6f7fd3a35e9a80362f3b811..ee55194b0fa21e28d64c8e438edaace2bdbe55c4 100644
--- a/ios/web/shell/test/earl_grey/shell_base_test_case.mm
+++ b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
@@ -14,7 +14,7 @@
#endif
using web::test::HttpServer;
-using web::webViewContainingText;
+using web::WebViewContainingText;
@implementation ShellBaseTestCase
@@ -39,7 +39,7 @@ using web::webViewContainingText;
// Set up called once for the class.
+ (void)setUp {
[super setUp];
- [[EarlGrey selectElementWithMatcher:webViewContainingText("Chromium")]
+ [[EarlGrey selectElementWithMatcher:WebViewContainingText("Chromium")]
assertWithMatcher:grey_notNil()];
HttpServer::GetSharedInstance().StartOrDie();
}
« no previous file with comments | « ios/web/shell/test/context_menu_egtest.mm ('k') | ios/web/shell/test/earl_grey/shell_matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698