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

Unified Diff: chrome/test/data/webui/md_history/history_synced_tabs_test.js

Issue 2313823002: MD History: Remove shadow root from <history-searched-label> (Closed)
Patch Set: Fix tests Created 4 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
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 e182f2eae8b1815c8b742640dd44b78c62f38f6f..bd0cdd4b71daf56255183599f519a4b3158e57d9 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
@@ -49,7 +49,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
assertEquals(
'http://www.google.com',
Polymer.dom(card.root)
- .querySelectorAll('.website-title')[0].children[0].$.container
+ .querySelectorAll('.website-title')[0].children[0]
.textContent.trim());
assertEquals(2, card.tabs.length);
});
@@ -114,7 +114,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
assertEquals(
'http://crbug.com/new',
Polymer.dom(cards[0].root)
- .querySelectorAll('.website-title')[1].children[0].$.container
+ .querySelectorAll('.website-title')[1].children[0]
.textContent.trim());
});
});
@@ -162,7 +162,7 @@ cr.define('md_history.history_synced_tabs_test', function() {
assertEquals(
'http://www.google.com',
Polymer.dom(cards[0].root)
- .querySelectorAll('.website-title')[0].children[0].$.container
+ .querySelectorAll('.website-title')[0].children[0]
.textContent.trim());
});
});

Powered by Google App Engine
This is Rietveld 408576698