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

Unified Diff: chrome/test/data/webui/media_router/media_router_search_highlighter_tests.js

Issue 1963933002: [Media Router WebUI] Run afterNextRender() before tests using media-router-container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/test/data/webui/media_router/media_router_header_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/media_router/media_router_search_highlighter_tests.js
diff --git a/chrome/test/data/webui/media_router/media_router_search_highlighter_tests.js b/chrome/test/data/webui/media_router/media_router_search_highlighter_tests.js
index 52da4f173761ba4c63032d439e94e99a170c7c23..f7fcc76b9f822512f9a1135f5466a135f3098b25 100644
--- a/chrome/test/data/webui/media_router/media_router_search_highlighter_tests.js
+++ b/chrome/test/data/webui/media_router/media_router_search_highlighter_tests.js
@@ -46,9 +46,8 @@ cr.define('media_router_search_highlighter', function() {
PolymerTest.clearBody();
searchHighlighter =
document.createElement('media-router-search-highlighter');
-
-
document.body.appendChild(searchHighlighter);
+
// Let the search highlighter be created and attached.
setTimeout(done);
});
« no previous file with comments | « chrome/test/data/webui/media_router/media_router_header_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698