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

Unified Diff: ios/chrome/browser/ui/first_run/first_run_egtest.mm

Issue 2781073002: Use the old back button on Terms of Service. (Closed)
Patch Set: Feedback 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
Index: ios/chrome/browser/ui/first_run/first_run_egtest.mm
diff --git a/ios/chrome/browser/ui/first_run/first_run_egtest.mm b/ios/chrome/browser/ui/first_run/first_run_egtest.mm
index 13584af0aa9caf333a4236910b66ab67a2fe4fdb..2a25294135465e007f757810155344dc62d9b02f 100644
--- a/ios/chrome/browser/ui/first_run/first_run_egtest.mm
+++ b/ios/chrome/browser/ui/first_run/first_run_egtest.mm
@@ -119,7 +119,7 @@ void AssertAuthenticatedIdentityInActiveProfile(ChromeIdentity* identity) {
IDS_IOS_FIRSTRUN_TERMS_TITLE))]
assertWithMatcher:grey_sufficientlyVisible()];
- [[EarlGrey selectElementWithMatcher:grey_accessibilityID(@"back_bar_button")]
+ [[EarlGrey selectElementWithMatcher:grey_accessibilityID(@"ic_arrow_back")]
performAction:grey_tap()];
// Ensure we went back to the First Run screen.
« no previous file with comments | « ios/chrome/browser/ui/first_run/BUILD.gn ('k') | ios/chrome/browser/ui/first_run/static_file_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698