Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js |
diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js |
index 2e7561db17a0203c4cd102f52fe91cd8d46db39f..dfce76a312755819d2d823a102ffdbe20e3339f2 100644 |
--- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js |
+++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js |
@@ -127,7 +127,7 @@ cr.define('md_history.history_synced_tabs_test', function() { |
assertEquals( |
'http://crbug.com/new', |
Polymer.dom(cards[0].root) |
- .querySelectorAll('.website-title')[1] |
+ .querySelectorAll('.website-title')[1].children[0].$.container |
.textContent.trim()); |
}); |
}); |