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

Unified Diff: chrome/test/data/webui/md_history/history_synced_tabs_test.js

Issue 2583353003: MD History: Replace last usage of cr-shared-menu with cr-action-menu. (Closed)
Patch Set: Test found real subtle bug (display flex overriding [hidden] attribute) Created 4 years 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
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);
});
});

Powered by Google App Engine
This is Rietveld 408576698