Skip to content

Commit 1d0ba1e

Browse files
[document_repository] Include steps to test for multiple files (#8758)
Updated some steps to include the newly added support for uploading multiple files at once. For testing assignment #8519.
1 parent 239859c commit 1d0ba1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/document_repository/test/TestPlan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[Manual Testing]
77
3. Check that the comments for a category are displayed properly as a tooltip.
88
[Manual Testing]
9-
4. Upload a file.
9+
4. Upload one file. Upload multiple files at once.
1010
[Manual Testing]
1111
5. User is able to delete a file if they have the "Delete files in Document Repository" permission or is the super user.
1212
[Manual Testing]
@@ -29,13 +29,13 @@
2929
[Manual Testing]
3030
14. Edit a file in the repository: check that “Date Uploaded” date is updated.
3131
[Manual Testing]
32-
15. Visit the My Preferences module and enable notifications for the document_repository.
32+
15. Visit the "My Preferences" module and enable notifications for the document_repository.
3333
Make sure that you are notified for the follow changes:
3434
- Addition, deletion or modification of a file (by a user other than yourself)
3535
- Addition of a category (by a user other than yourself)
3636
[Manual Testing]
3737
16. Try uploading a file that exceeds the max upload limit. Ensure that an error message occurs
38-
when the server has detected that the file is too large.
38+
when the server has detected that the file is too large. Do this again, with multiple files at once, to ensure proper individual error reporting for all files.
3939
[Manual Testing]
4040

4141
### Widget registration on the dashboard page

0 commit comments

Comments
 (0)