| 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 cdab355450c6cc485a42af301fd31d888e96fed9..5282b27793e2492805e07e9afe229b466e55eb74 100644
|
| --- a/ios/chrome/browser/ui/settings/settings_egtest.mm
|
| +++ b/ios/chrome/browser/ui/settings/settings_egtest.mm
|
| @@ -912,6 +912,9 @@ bool IsCertificateCleared() {
|
|
|
| // Verifies the UI elements are accessible on the Google Apps page.
|
| - (void)testAccessibilityOnGoogleApps {
|
| + // TODO(crbug/711511): Remove when Native App Launcher is full deprecated.
|
| + if (!experimental_flags::IsNativeAppLauncherEnabled())
|
| + return;
|
| [ChromeEarlGreyUI openToolsMenu];
|
| [[EarlGrey selectElementWithMatcher:SettingsButton()]
|
| performAction:grey_tap()];
|
|
|