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

Unified Diff: ios/chrome/test/earl_grey/smoke_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/test/earl_grey/device_check_egtest.mm ('k') | ios/testing/earl_grey/matchers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/earl_grey/smoke_egtest.mm
diff --git a/ios/chrome/test/earl_grey/smoke_egtest.mm b/ios/chrome/test/earl_grey/smoke_egtest.mm
index 07a8bdbe939ced7d0bafaf279f9b2bb976e9ef9b..006cd0f9b9562f93b1c1a27ab362a804d8c01bf1 100644
--- a/ios/chrome/test/earl_grey/smoke_egtest.mm
+++ b/ios/chrome/test/earl_grey/smoke_egtest.mm
@@ -20,7 +20,7 @@
// Tests that the tools menu is tappable.
- (void)testTapToolsMenu {
- [[EarlGrey selectElementWithMatcher:chrome_test_util::toolsMenuButton()]
+ [[EarlGrey selectElementWithMatcher:chrome_test_util::ToolsMenuButton()]
performAction:grey_tap()];
}
« no previous file with comments | « ios/chrome/test/earl_grey/device_check_egtest.mm ('k') | ios/testing/earl_grey/matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698