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

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

Issue 2518083002: Deprecated: [Media Router] Ensure dialog shows route details view if there is one local route (Closed)
Patch Set: Created 4 years, 1 month 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/media_router/media_router_container_search_tests.js
diff --git a/chrome/test/data/webui/media_router/media_router_container_search_tests.js b/chrome/test/data/webui/media_router/media_router_container_search_tests.js
index 53b4d50a625e2bf77dd41763a21582989039d1e5..5b83257f4af65c6afc1a747ecb8f17304ba8309b 100644
--- a/chrome/test/data/webui/media_router/media_router_container_search_tests.js
+++ b/chrome/test/data/webui/media_router/media_router_container_search_tests.js
@@ -155,6 +155,7 @@ cr.define('media_router_container_search', function() {
fakeSinkListWithPseudoSink = fakeSinkList.concat([pseudoSink]);
container.allSinks = fakeSinkListWithPseudoSink;
+ container.showInitialView();
// Allow for the media router container to be created, attached, and
// listeners registered in an afterNextRender() call.

Powered by Google App Engine
This is Rietveld 408576698