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

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

Issue 2821453003: Removes Native App Launcher functionality. (Closed)
Patch Set: rebase 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
« no previous file with comments | « ios/chrome/browser/ui/settings/settings_collection_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f2f0916689c7ab78b016b65a696c63d5befa188d 100644
--- a/ios/chrome/browser/ui/settings/settings_egtest.mm
+++ b/ios/chrome/browser/ui/settings/settings_egtest.mm
@@ -131,10 +131,6 @@ id<GREYMatcher> SearchEngineButton() {
id<GREYMatcher> AutofillButton() {
return ButtonWithAccessibilityLabelId(IDS_IOS_AUTOFILL);
}
-// Matcher for the Google Apps cell on the main Settings screen.
-id<GREYMatcher> GoogleAppsButton() {
- return ButtonWithAccessibilityLabelId(IDS_IOS_GOOGLE_APPS_SM_SETTINGS);
-}
// Matcher for the Google Chrome cell on the main Settings screen.
id<GREYMatcher> GoogleChromeButton() {
return ButtonWithAccessibilityLabelId(IDS_IOS_PRODUCT_NAME);
@@ -910,17 +906,6 @@ bool IsCertificateCleared() {
[self closeSubSettingsMenu];
}
-// Verifies the UI elements are accessible on the Google Apps page.
-- (void)testAccessibilityOnGoogleApps {
- [ChromeEarlGreyUI openToolsMenu];
- [[EarlGrey selectElementWithMatcher:SettingsButton()]
- performAction:grey_tap()];
- [[EarlGrey selectElementWithMatcher:GoogleAppsButton()]
- performAction:grey_tap()];
- chrome_test_util::VerifyAccessibilityForCurrentScreen();
- [self closeSubSettingsMenu];
-}
-
// Verifies the UI elements are accessible on the About Chrome page.
- (void)testAccessibilityOnGoogleChrome {
[self openSubSettingMenu:GoogleChromeButton()];
« no previous file with comments | « ios/chrome/browser/ui/settings/settings_collection_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698