| 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 69ecaf59f6edf6b158e0f4a1db4aab02756ba89c..8336ae087ad6f7924f3a33850e5047f8de9daaea 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
|
| @@ -345,7 +345,7 @@ suite('<history-synced-device-manager>', function() {
|
| return PolymerTest.flushTasks().then(function() {
|
| var cards = getCards(element);
|
| MockInteractions.tap(cards[0].$['menu-button']);
|
| - assertTrue(element.$.menu.getIfExists().menuOpen);
|
| + assertTrue(element.$.menu.getIfExists().open);
|
| });
|
| });
|
|
|
|
|