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

Unified Diff: chrome/test/data/webui/md_bookmarks/command_manager_test.js

Issue 2898303004: [MD Bookmarks] Add toasts. (Closed)
Patch Set: fix test Created 3 years, 6 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
Index: chrome/test/data/webui/md_bookmarks/command_manager_test.js
diff --git a/chrome/test/data/webui/md_bookmarks/command_manager_test.js b/chrome/test/data/webui/md_bookmarks/command_manager_test.js
index ca849ce810bdee2b40dd6ad73cded5d00b9bfc8c..bd9de7c7a522a7cc863f7346c683feb5d903752a 100644
--- a/chrome/test/data/webui/md_bookmarks/command_manager_test.js
+++ b/chrome/test/data/webui/md_bookmarks/command_manager_test.js
@@ -43,6 +43,8 @@ suite('<bookmarks-command-manager>', function() {
commandManager = new TestCommandManager();
replaceBody(commandManager);
+ document.body.appendChild(
+ document.createElement('bookmarks-toast-manager'));
Polymer.dom.flush();
});

Powered by Google App Engine
This is Rietveld 408576698