| Index: ui/file_manager/integration_tests/gallery/open_image_files.js
|
| diff --git a/ui/file_manager/integration_tests/gallery/open_image_files.js b/ui/file_manager/integration_tests/gallery/open_image_files.js
|
| index 650db7edaa452471b9b1011df67252fa75f0e262..0f597a3242e96f353bada518cd9325c45bca287c 100644
|
| --- a/ui/file_manager/integration_tests/gallery/open_image_files.js
|
| +++ b/ui/file_manager/integration_tests/gallery/open_image_files.js
|
| @@ -114,7 +114,7 @@ function openMultipleImagesAndChangeToSlideMode(testVolumeName, volumeType) {
|
| // Press Enter key and mode should be changed to slide mode.
|
| return gallery.callRemoteTestUtil(
|
| 'fakeKeyDown', appId,
|
| - [null /* active element */, 'Enter', false, false, false]);
|
| + [null /* active element */, 'Enter', 'Enter', false, false, false]);
|
| }).then(function() {
|
| // Wait until it changes to slide mode.
|
| return gallery.waitForElement(appId, '.gallery[mode="slide"]');
|
|
|