Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: ui/file_manager/integration_tests/gallery/slide_mode.js

Issue 1174853002: Revert "Gallery: Replace buttons in top toolbar with paper-button and new icons." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/integration_tests/gallery/photo_editor.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « ui/file_manager/integration_tests/gallery/photo_editor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698