| Index: ui/file_manager/integration_tests/file_manager/tab_index.js
|
| diff --git a/ui/file_manager/integration_tests/file_manager/tab_index.js b/ui/file_manager/integration_tests/file_manager/tab_index.js
|
| index e47f6feb68b49d952bb885959c09f44d54015dd3..3b721af03d1a52ad7fd5b84bc8c0a5a414ce414f 100644
|
| --- a/ui/file_manager/integration_tests/file_manager/tab_index.js
|
| +++ b/ui/file_manager/integration_tests/file_manager/tab_index.js
|
| @@ -32,11 +32,11 @@ testcase.searchBoxFocus = function() {
|
| remoteCall.waitForElement(appId, ['#search-box input:focus']).
|
| then(this.next);
|
| },
|
| - // Press the Tab key.
|
| + // Press the Esc key.
|
| function(element) {
|
| remoteCall.callRemoteTestUtil('fakeKeyDown',
|
| appId,
|
| - ['body', 'U+0009', false],
|
| + ['#search-box input', 'U+001B', false],
|
| this.next);
|
| },
|
| // Check that the file list has the focus.
|
|
|