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

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

Issue 1056433003: Add button to add new FSP services to Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 9 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
Index: ui/file_manager/integration_tests/file_manager/copy_between_windows.js
diff --git a/ui/file_manager/integration_tests/file_manager/copy_between_windows.js b/ui/file_manager/integration_tests/file_manager/copy_between_windows.js
index 4b7264843fede15da8c5dd74b18a648b1084e654..023546354aa08c2c4e68df46ad853ad14372bc52 100644
--- a/ui/file_manager/integration_tests/file_manager/copy_between_windows.js
+++ b/ui/file_manager/integration_tests/file_manager/copy_between_windows.js
@@ -58,7 +58,7 @@ function copyBetweenWindows(windowId1, windowId2, file) {
};
var REMOVABLE_VOLUME_QUERY = '#directory-tree > .tree-item > .tree-row ' +
- '.volume-icon[volume-type-icon="removable"]';
+ '.item-icon[volume-type-icon="removable"]';
testcase.copyBetweenWindowsDriveToLocal = function() {
var windowId1;
« no previous file with comments | « ui/file_manager/file_manager/main.html ('k') | ui/file_manager/integration_tests/file_manager/file_display.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698