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

Unified Diff: ios/chrome/browser/ui/find_bar/find_in_page_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/ui/error_page_egtest.mm ('k') | ios/chrome/browser/ui/first_run/first_run_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm
diff --git a/ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm b/ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm
index dce6d1419d079ba12a11b14f9248627fcbb696c6..b0eb91fdda869f8ac5ce9e7998264c3581cac08d 100644
--- a/ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm
+++ b/ios/chrome/browser/ui/find_bar/find_in_page_egtest.mm
@@ -29,8 +29,7 @@ const std::string kFindInPageResponse = "Find in page. Find in page.";
} // namespace
-using chrome_test_util::buttonWithAccessibilityLabel;
-using chrome_test_util::webViewContainingText;
+using chrome_test_util::WebViewContainingText;
// Tests for Find in Page.
@interface FindInPageTestCase : ChromeTestCase
@@ -221,7 +220,7 @@ using chrome_test_util::webViewContainingText;
// Verify web page finished loading.
[[EarlGrey
- selectElementWithMatcher:webViewContainingText(kFindInPageResponse)]
+ selectElementWithMatcher:WebViewContainingText(kFindInPageResponse)]
assertWithMatcher:grey_notNil()];
}
« no previous file with comments | « ios/chrome/browser/ui/error_page_egtest.mm ('k') | ios/chrome/browser/ui/first_run/first_run_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698