| 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 = '';
|
|
|