Index: ui/file_manager/integration_tests/gallery/slide_mode.js |
diff --git a/ui/file_manager/integration_tests/gallery/slide_mode.js b/ui/file_manager/integration_tests/gallery/slide_mode.js |
index d29f88c62d51360fec3cf353810feb305d393d43..a83982585e803f05401fc1cf27cf40cba7c7f11f 100644 |
--- a/ui/file_manager/integration_tests/gallery/slide_mode.js |
+++ b/ui/file_manager/integration_tests/gallery/slide_mode.js |
@@ -78,7 +78,7 @@ function deleteImage(testVolumeName, volumeType) { |
appId = args.appId; |
return gallery.waitForSlideImage(appId, 800, 600, 'My Desktop Background'); |
}).then(function() { |
- return gallery.waitAndClickElement(appId, '.button.delete'); |
+ return gallery.waitAndClickElement(appId, 'button.delete'); |
}).then(function() { |
return gallery.waitAndClickElement(appId, '.cr-dialog-ok'); |
}).then(function() { |