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

Unified Diff: ios/chrome/browser/ui/settings/settings_egtest.mm

Issue 2860573003: Disables Native App Launcher functionality. (Closed)
Patch Set: Created 3 years, 8 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/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()];

Powered by Google App Engine
This is Rietveld 408576698