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

Unified Diff: ios/chrome/browser/ui/settings/settings_egtest.mm

Issue 2777453002: Fix style of custom matcher in settings_egtest.mm. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/settings/settings_egtest.mm
diff --git a/ios/chrome/browser/ui/settings/settings_egtest.mm b/ios/chrome/browser/ui/settings/settings_egtest.mm
index 7be9c73e30220411f479b7d6aae28187f6d43598..8860025cbfd6796b2688c275f5f00a41c9214c60 100644
--- a/ios/chrome/browser/ui/settings/settings_egtest.mm
+++ b/ios/chrome/browser/ui/settings/settings_egtest.mm
@@ -158,7 +158,7 @@ id<GREYMatcher> TranslateSettingsButton() {
return ButtonWithAccessibilityLabelId(IDS_IOS_TRANSLATE_SETTING);
}
// Matcher for the save button in the save password bar.
-id<GREYMatcher> savePasswordButton() {
+id<GREYMatcher> SavePasswordButton() {
return ButtonWithAccessibilityLabelId(IDS_IOS_PASSWORD_MANAGER_SAVE_BUTTON);
}
@@ -445,7 +445,7 @@ bool IsCertificateCleared() {
// Login to page and click to save password and check that its saved.
[ChromeEarlGrey loadURL:URL];
chrome_test_util::TapWebViewElementWithId("Login");
- [[EarlGrey selectElementWithMatcher:savePasswordButton()]
+ [[EarlGrey selectElementWithMatcher:SavePasswordButton()]
performAction:grey_tap()];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698