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

Unified Diff: ios/chrome/browser/ui/settings/block_popups_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/block_popups_egtest.mm
diff --git a/ios/chrome/browser/ui/settings/block_popups_egtest.mm b/ios/chrome/browser/ui/settings/block_popups_egtest.mm
index c566ecc912f0f4593011b7e72ec346ce1aa6e287..4858d8f90f7650094c36bc1374afab2b54685fa3 100644
--- a/ios/chrome/browser/ui/settings/block_popups_egtest.mm
+++ b/ios/chrome/browser/ui/settings/block_popups_egtest.mm
@@ -81,13 +81,13 @@ void OpenBlockPopupsSettings() {
void CloseSettings() {
[[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/autofill_settings_egtest.mm ('k') | ios/chrome/browser/ui/settings/settings_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698