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

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

Issue 2004263002: [Do not commit] MD History: Experimentally implement cr-toolbar using cr-search-field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_toolbar_test.js
diff --git a/chrome/test/data/webui/md_history/history_toolbar_test.js b/chrome/test/data/webui/md_history/history_toolbar_test.js
index 56148125a3b96c7ac01f6c438ddae5ef819f5579..ea2eaedfa2263bd64def18ccee9067f6e6d8acbc 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -55,8 +55,7 @@ cr.define('md_history.history_toolbar_test', function() {
registerMessageCallback('queryHistory', this, function (info) {
assertEquals('example.com', info[0]);
flush(function() {
- assertEquals(toolbar.$$('#search-input').$$('#search-input').value,
- 'example.com');
+ assertEquals('example.com', toolbar.$['main-toolbar'].getValue());
done();
});
});

Powered by Google App Engine
This is Rietveld 408576698