| 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..7ee1d6dca201ceaf149cd350fe778d87a03ced69 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, 'paper-button.delete');
|
| }).then(function() {
|
| return gallery.waitAndClickElement(appId, '.cr-dialog-ok');
|
| }).then(function() {
|
|
|