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

Unified Diff: ui/file_manager/integration_tests/file_manager/delete.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 | « no previous file | ui/file_manager/integration_tests/file_manager/directory_tree_context_menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/integration_tests/file_manager/delete.js
diff --git a/ui/file_manager/integration_tests/file_manager/delete.js b/ui/file_manager/integration_tests/file_manager/delete.js
index 1c313048c489346e746e7faf918147757adc15bf..0d2057067865f526ccb74772ab6e7c89704fc928 100644
--- a/ui/file_manager/integration_tests/file_manager/delete.js
+++ b/ui/file_manager/integration_tests/file_manager/delete.js
@@ -4,7 +4,7 @@
// Delete menu item should be disabled when no item is selected.
testcase.deleteMenuItemIsDisabledWhenNoItemIsSelected = function() {
- testPromise(setupAndWaitUntilReady(null, RootPath.DOWNALOD).then(
+ testPromise(setupAndWaitUntilReady(null, RootPath.DOWNLOADS).then(
function(results) {
var windowId = results.windowId;
// Right click the list without selecting an item.
@@ -43,7 +43,7 @@ testcase.deleteOneItemFromToolbar = function() {
ENTRIES.beautiful
]);
- testPromise(setupAndWaitUntilReady(null, RootPath.DOWNALOD).then(
+ testPromise(setupAndWaitUntilReady(null, RootPath.DOWNLOADS).then(
function(results) {
var windowId = results.windowId;
// Confirm entries in the directory before the deletion.
« no previous file with comments | « no previous file | ui/file_manager/integration_tests/file_manager/directory_tree_context_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698