| Index: ui/file_manager/integration_tests/gallery/photo_editor.js
|
| diff --git a/ui/file_manager/integration_tests/gallery/photo_editor.js b/ui/file_manager/integration_tests/gallery/photo_editor.js
|
| index 3a9db6a7b20e6f48bfe87b70249ae1bd0b78e81d..5f6c9658c6ee47e171373c78812247c45b6bcc4e 100644
|
| --- a/ui/file_manager/integration_tests/gallery/photo_editor.js
|
| +++ b/ui/file_manager/integration_tests/gallery/photo_editor.js
|
| @@ -30,7 +30,7 @@ function setupPhotoEditor(testVolumeName, volumeType) {
|
|
|
| // Lauch the photo editor.
|
| var photoEditorPromise = slideImagePromise.then(function() {
|
| - return gallery.waitAndClickElement(appId, '.button.edit');
|
| + return gallery.waitAndClickElement(appId, 'button.edit');
|
| });
|
|
|
| return photoEditorPromise.then(function() {
|
|
|