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

Unified Diff: ios/web/public/test/earl_grey/web_view_actions.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/testing/earl_grey/matchers.mm ('k') | ios/web/public/test/earl_grey/web_view_matchers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/earl_grey/web_view_actions.mm
diff --git a/ios/web/public/test/earl_grey/web_view_actions.mm b/ios/web/public/test/earl_grey/web_view_actions.mm
index a8bfd1ad3585eda9ad794957cfae245c80e24f54..e86923475200caca43b09a81def4bfc202564407 100644
--- a/ios/web/public/test/earl_grey/web_view_actions.mm
+++ b/ios/web/public/test/earl_grey/web_view_actions.mm
@@ -166,7 +166,7 @@ id<GREYAction> webViewVerifiedActionOnElement(WebState* state,
}
// Run the action.
- [[EarlGrey selectElementWithMatcher:webViewInWebState(state)]
+ [[EarlGrey selectElementWithMatcher:WebViewInWebState(state)]
performAction:action
error:error];
@@ -194,7 +194,7 @@ id<GREYAction> webViewVerifiedActionOnElement(WebState* state,
};
return [GREYActionBlock actionWithName:action_name
- constraints:webViewInWebState(state)
+ constraints:WebViewInWebState(state)
performBlock:verified_tap];
}
« no previous file with comments | « ios/testing/earl_grey/matchers.mm ('k') | ios/web/public/test/earl_grey/web_view_matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698