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

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

Issue 2053553002: MD History: Deselect items when clicking 'More from this site' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deselect when results come in Created 4 years, 6 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
« no previous file with comments | « chrome/test/data/webui/md_history/history_list_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a3453145bf6718a6710c2aeb9ec27b8736776bc8..9fc3232919d12d8a87c403c4801fc52d997aa341 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -52,22 +52,6 @@ cr.define('md_history.history_toolbar_test', function() {
toolbar.onSearch('Test');
});
- test('more from this site sends and sets correct data', function(done) {
- app.queryingDisabled_ = false;
- registerMessageCallback('queryHistory', this, function (info) {
- assertEquals('example.com', info[0]);
- flush().then(function() {
- assertEquals(
- 'example.com',
- toolbar.$['main-toolbar'].getSearchField().getValue());
- done();
- });
- });
-
- element.$.sharedMenu.itemData = {domain: 'example.com'};
- MockInteractions.tap(element.$.menuMoreButton);
- });
-
teardown(function() {
element.historyData_ = [];
element.searchedTerm = '';
« no previous file with comments | « chrome/test/data/webui/md_history/history_list_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698