Chromium Code Reviews| 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')); |