| Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| index 7c39f86c677c1f229ac46ec4cf9a9d3b600d2b12..5d73ff8a9334bbbf20e26f0c422e94e274328da0 100644
|
| --- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| @@ -44,11 +44,12 @@ cr.define('md_history.history_synced_tabs_test', function() {
|
| suiteSetup(function() {
|
| app = $('history-app');
|
| // Not rendered until selected.
|
| - assertEquals(null, app.$$('#history-synced-device-manager'));
|
| + assertEquals(null, app.$$('#synced-devices'));
|
|
|
| - app.selectedPage_ = 'history-synced-device-manager';
|
| + app.selectedPage_ = 'synced-devices';
|
| + assertEquals('synced-devices', app.$['side-bar'].$.menu.selected);
|
| return flush().then(function() {
|
| - element = app.$$('#history-synced-device-manager');
|
| + element = app.$$('#synced-devices');
|
| assertTrue(!!element);
|
| });
|
| });
|
|
|