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

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

Issue 2684493002: MD History: Delete Grouped History (Closed)
Patch Set: Rebase Created 3 years, 10 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_metrics_test.js
diff --git a/chrome/test/data/webui/md_history/history_metrics_test.js b/chrome/test/data/webui/md_history/history_metrics_test.js
index c065ac10f90b5eadc0b8644016fda6a077c7f2f1..4df9393ab9ebbdb9bb9b4ba39e741921347ca08f 100644
--- a/chrome/test/data/webui/md_history/history_metrics_test.js
+++ b/chrome/test/data/webui/md_history/history_metrics_test.js
@@ -76,10 +76,6 @@ suite('Metrics', function() {
assertEquals(1, histogram[HistoryPageViewHistogram.SYNCED_TABS]);
app.selectedPage_ = 'history';
assertEquals(2, histogram[HistoryPageViewHistogram.HISTORY]);
- app.fire('change-query', {range: HistoryRange.WEEK});
- assertEquals(1, histogram[HistoryPageViewHistogram.GROUPED_WEEK]);
- app.fire('change-query', {range: HistoryRange.MONTH});
- assertEquals(1, histogram[HistoryPageViewHistogram.GROUPED_MONTH]);
});
});

Powered by Google App Engine
This is Rietveld 408576698