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

Unified Diff: chrome/test/data/webui/settings/people_page_test.js

Issue 2805003005: MD Settings: Move Activity Controls link to Sync subpage (Closed)
Patch Set: remove an obsolete test 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 | « chrome/browser/resources/settings/people_page/sync_page.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/people_page_test.js
diff --git a/chrome/test/data/webui/settings/people_page_test.js b/chrome/test/data/webui/settings/people_page_test.js
index 3df7cfacaa25e187bba473c8bd2d08495a5c41a2..16c7a47be0dfe7a77403f97e61854605a4b61fdf 100644
--- a/chrome/test/data/webui/settings/people_page_test.js
+++ b/chrome/test/data/webui/settings/people_page_test.js
@@ -329,22 +329,6 @@ cr.define('settings_people_page', function() {
});
});
- test('ActivityControlsLink', function() {
tommycli 2017/04/07 22:19:11 This test is no longer necessary, since the sync p
Dan Beam 2017/04/07 22:21:57 Acknowledged.
- return browserProxy.whenCalled('getSyncStatus').then(function() {
- Polymer.dom.flush();
-
- var activityControls = peoplePage.$$('#activity-controls');
- assertTrue(!!activityControls);
- assertFalse(activityControls.hidden);
-
- cr.webUIListenerCallback('sync-status-changed', {
- signedIn: false,
- });
-
- assertTrue(activityControls.hidden);
- });
- });
-
test('syncStatusNotActionableForManagedAccounts', function() {
assertFalse(!!peoplePage.$$('#sync-status'));
« no previous file with comments | « chrome/browser/resources/settings/people_page/sync_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698