| Index: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
|
| index e57e4622b40d3483896c90a132c855f5570bb578..394bbf133ecce2c2f02134324b24ac4d7a438fe6 100644
|
| --- a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
|
| +++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/restore_prefs.js
|
| @@ -85,18 +85,11 @@ testcase.restoreCurrentView = function() {
|
| appId = inAppId;
|
| waitForElement(appId, '.thumbnail-grid[hidden]').then(this.next);
|
| },
|
| - // Opens the gear menu.
|
| - function() {
|
| - callRemoteTestUtil('fakeMouseClick',
|
| - appId,
|
| - ['#gear-button'],
|
| - this.next);
|
| - },
|
| // Change the current view.
|
| function() {
|
| callRemoteTestUtil('fakeMouseClick',
|
| appId,
|
| - ['#thumbnail-view'],
|
| + ['#view-button'],
|
| this.next);
|
| },
|
| // Check the new current view.
|
|
|