| 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..377918f56809bc1bf810f71f769b86888cd2b367 100644
|
| --- a/ios/chrome/browser/ui/settings/settings_egtest.mm
|
| +++ b/ios/chrome/browser/ui/settings/settings_egtest.mm
|
| @@ -21,6 +21,7 @@
|
| #import "ios/chrome/app/main_controller.h"
|
| #include "ios/chrome/browser/browser_state/chrome_browser_state.h"
|
| #include "ios/chrome/browser/content_settings/host_content_settings_map_factory.h"
|
| +#include "ios/chrome/browser/experimental_flags.h"
|
| #include "ios/chrome/browser/pref_names.h"
|
| #import "ios/chrome/browser/ui/browser_view_controller.h"
|
| #import "ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.h"
|
| @@ -912,6 +913,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()];
|
|
|