| 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.
|
|
|