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

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

Issue 2589193002: Revert to the old back arrow style with NavigationBar (Closed)
Patch Set: Created 4 years 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
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 41b8fcee911bece52714fe778cfe6bd180171f26..32eede47aac511532057e537ad10b46c8ba7c91e 100644
--- a/ios/chrome/browser/ui/settings/settings_egtest.mm
+++ b/ios/chrome/browser/ui/settings/settings_egtest.mm
@@ -273,11 +273,11 @@ bool IsCertificateCleared() {
performAction:grey_tap()];
}
-// Closes the a sub-settings menu, and then the general Settings menu.
+// Closes a sub-settings menu, and then the general Settings menu.
- (void)closeSubSettingsMenu {
[[EarlGrey
selectElementWithMatcher:grey_allOf(
- grey_accessibilityID(@"back_bar_button"),
+ grey_accessibilityID(@"ic_arrow_back"),
grey_accessibilityTrait(
UIAccessibilityTraitButton),
nil)] performAction:grey_tap()];

Powered by Google App Engine
This is Rietveld 408576698