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

Unified Diff: ui/file_manager/integration_tests/remote_call.js

Issue 1275323002: Gallery: replace paper-input of rename field with HTMLInputElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/test_util.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/remote_call.js
diff --git a/ui/file_manager/integration_tests/remote_call.js b/ui/file_manager/integration_tests/remote_call.js
index 0e51712562d68cc2b596b5b63c5a84bc3de2f506..42bd75641969a9dcff767aade48f51e3fc892bb0 100644
--- a/ui/file_manager/integration_tests/remote_call.js
+++ b/ui/file_manager/integration_tests/remote_call.js
@@ -432,7 +432,7 @@ RemoteCallGallery.prototype.waitForSlideImage =
return repeatUntil(function() {
var query = '.gallery[mode="slide"] .content canvas.fullres';
return Promise.all([
- this.waitForElement(windowId, '.filename-spacer > paper-input'),
+ this.waitForElement(windowId, '.filename-spacer input'),
this.waitForElement(windowId, query)
]).then(function(args) {
var nameBox = args[0];
« no previous file with comments | « ui/file_manager/gallery/js/test_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698