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

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

Issue 2643533003: MD History: Use one-way binding for history query state. (Closed)
Patch Set: Remove wrapper function Created 3 years, 11 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 a6f1020d2ad7738bc189825e2f3c55eb985a168b..0130dc7c66bb1b212f808ac9fcc3def096c8e9f3 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -75,7 +75,7 @@ suite('history-toolbar', function() {
app.historyResult(info, []);
app.grouped_ = true;
return PolymerTest.flushTasks().then(function() {
- app.set('queryState_.range', HistoryRange.MONTH);
+ app.fire('change-query', {range: HistoryRange.MONTH});
groupedList = app.$.history.$$('#grouped-list');
assertTrue(!!groupedList);
var today = toolbar.$$('#today-button');
« no previous file with comments | « chrome/test/data/webui/md_history/history_routing_test.js ('k') | chrome/test/data/webui/md_history/test_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698