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

Unified Diff: ios/chrome/browser/ui/settings/translate_ui_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
« no previous file with comments | « ios/chrome/browser/ui/settings/settings_navigation_controller.mm ('k') | 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/translate_ui_egtest.mm
diff --git a/ios/chrome/browser/ui/settings/translate_ui_egtest.mm b/ios/chrome/browser/ui/settings/translate_ui_egtest.mm
index a321e3b0dc4f7faf2695b2ad98c36fb36c8c7d6f..f806a808eb971e9ba4d309bcbc5aae64441cfd46 100644
--- a/ios/chrome/browser/ui/settings/translate_ui_egtest.mm
+++ b/ios/chrome/browser/ui/settings/translate_ui_egtest.mm
@@ -58,13 +58,13 @@ const CGFloat kScrollDisplacement = 50.0;
// Close settings.
[[EarlGrey
selectElementWithMatcher:grey_allOf(
- grey_accessibilityID(@"back_bar_button"),
+ grey_accessibilityID(@"ic_arrow_back"),
grey_accessibilityTrait(
UIAccessibilityTraitButton),
nil)] performAction:grey_tap()];
[[EarlGrey
selectElementWithMatcher:grey_allOf(
- grey_accessibilityID(@"back_bar_button"),
+ grey_accessibilityID(@"ic_arrow_back"),
grey_accessibilityTrait(
UIAccessibilityTraitButton),
nil)] performAction:grey_tap()];
« no previous file with comments | « ios/chrome/browser/ui/settings/settings_navigation_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698