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

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

Issue 1142303007: 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: Fix integration tests. 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/gallery/js/slide_mode.js ('k') | ui/file_manager/integration_tests/gallery/slide_mode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | ui/file_manager/integration_tests/gallery/slide_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698