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

Unified Diff: chrome/test/data/webui/media_router/media_router_container_first_run_flow_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_first_run_flow_tests.js
diff --git a/chrome/test/data/webui/media_router/media_router_container_first_run_flow_tests.js b/chrome/test/data/webui/media_router/media_router_container_first_run_flow_tests.js
index c1e8bb554c9c670109316af1af4b94e98b046522..9f494a86a566c0e444f7743d746d89c011f539f3 100644
--- a/chrome/test/data/webui/media_router/media_router_container_first_run_flow_tests.js
+++ b/chrome/test/data/webui/media_router/media_router_container_first_run_flow_tests.js
@@ -69,6 +69,7 @@ cr.define('media_router_container_first_run_flow', function() {
test_base.fakeCastModeListWithNonDefaultModesOnly;
container.castModeList = test_base.fakeCastModeList;
+ 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