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

Unified Diff: chrome/test/media_router/media_router_integration_ui_browsertest.cc

Issue 1305163009: Fix integration test failure caused by issue/1303993003. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/media_router_integration_ui_browsertest.cc
diff --git a/chrome/test/media_router/media_router_integration_ui_browsertest.cc b/chrome/test/media_router/media_router_integration_ui_browsertest.cc
index 7a2481a8a4d3997911e8a43c2a1cc3b9e407a637..de8aea6e9cfad1f4ef992cec7158f9cb9763ee6a 100644
--- a/chrome/test/media_router/media_router_integration_ui_browsertest.cc
+++ b/chrome/test/media_router/media_router_integration_ui_browsertest.cc
@@ -32,7 +32,7 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationBrowserTest, MANUAL_Dialog_Basic) {
// Verify the new route.
script = base::StringPrintf(
"domAutomationController.send(window.document.getElementById("
- "'media-router-container').routeList[0].title)");
+ "'media-router-container').routeList[0].description)");
std::string route_title = ExecuteScriptAndExtractString(
apacible 2015/09/08 23:48:53 Update title to description here and below, for co
Lei Lei 2015/09/08 23:55:03 Done.
dialog_contents, script);
ASSERT_EQ("Test Route", route_title);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698