Commit 264bf5c7 authored by Joel Hockey's avatar Joel Hockey Committed by Chromium LUCI CQ

Update FilesApp trash comments

Change-Id: I834bd899ae782e33feaf6f7dee2eb219272f579b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578578
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834601}
parent 943b5117
...@@ -76,8 +76,7 @@ class TrashDirs { ...@@ -76,8 +76,7 @@ class TrashDirs {
} }
/** /**
* Promise wrapper for FileSystemDirectoryEntry.getDirectory(). Creates dir if * Promise wrapper for FileSystemDirectoryEntry.getDirectory().
* it does not exist.
* *
* @param {!DirectoryEntry} dirEntry current directory. * @param {!DirectoryEntry} dirEntry current directory.
* @param {string} path name of directory within dirEntry. * @param {string} path name of directory within dirEntry.
......
...@@ -2711,7 +2711,7 @@ ...@@ -2711,7 +2711,7 @@
* Tests that the tab-index focus stays within the delete confirm dialog. * Tests that the tab-index focus stays within the delete confirm dialog.
*/ */
testcase.openQuickViewTabIndexDeleteDialog = async () => { testcase.openQuickViewTabIndexDeleteDialog = async () => {
// Open Files app on Downloads containing ENTRIES.hello. // Open Files app.
const appId = const appId =
await setupAndWaitUntilReady(RootPath.DRIVE, [], [ENTRIES.hello]); await setupAndWaitUntilReady(RootPath.DRIVE, [], [ENTRIES.hello]);
...@@ -2756,7 +2756,7 @@ ...@@ -2756,7 +2756,7 @@
* that Quick View closes when there are no more items to view. * that Quick View closes when there are no more items to view.
*/ */
testcase.openQuickViewAndDeleteSingleSelection = async () => { testcase.openQuickViewAndDeleteSingleSelection = async () => {
// Open Files app on Downloads containing ENTRIES.hello. // Open Files app.
const appId = const appId =
await setupAndWaitUntilReady(RootPath.DRIVE, [], [ENTRIES.hello]); await setupAndWaitUntilReady(RootPath.DRIVE, [], [ENTRIES.hello]);
...@@ -2788,7 +2788,7 @@ ...@@ -2788,7 +2788,7 @@
* deletion. * deletion.
*/ */
testcase.openQuickViewAndDeleteCheckSelection = async () => { testcase.openQuickViewAndDeleteCheckSelection = async () => {
// Open Files app on Downloads containing BASIC_LOCAL_ENTRY_SET. // Open Files app.
const appId = const appId =
await setupAndWaitUntilReady(RootPath.DRIVE, [], BASIC_LOCAL_ENTRY_SET); await setupAndWaitUntilReady(RootPath.DRIVE, [], BASIC_LOCAL_ENTRY_SET);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment