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

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

Issue 2761433002: Fix typo in tests. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « ui/file_manager/integration_tests/file_manager/delete.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/file_manager/directory_tree_context_menu.js
diff --git a/ui/file_manager/integration_tests/file_manager/directory_tree_context_menu.js b/ui/file_manager/integration_tests/file_manager/directory_tree_context_menu.js
index 05848a06d303e25762b91cac1dec94da02b84f4e..e9b46c8c2b44ccd67bc1a41b7a76803d9a01cc7d 100644
--- a/ui/file_manager/integration_tests/file_manager/directory_tree_context_menu.js
+++ b/ui/file_manager/integration_tests/file_manager/directory_tree_context_menu.js
@@ -9,7 +9,7 @@
function setupForDirectoryTreeContextMenuTest() {
var windowId;
return setupAndWaitUntilReady(
- null, RootPath.DOWNLOAD).then(function(results) {
+ null, RootPath.DOWNLOADS).then(function(results) {
windowId = results.windowId;
// Add destination directory.
« no previous file with comments | « ui/file_manager/integration_tests/file_manager/delete.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698