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 2e3e7422cf80b29b0d7b25d35b034189250a72dd..499a44c7cf04ba5abf74ecd31b973134e0369dcd 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() { |