You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/document_repository/test/TestPlan.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[Manual Testing]
7
7
3. Check that the comments for a category are displayed properly as a tooltip.
8
8
[Manual Testing]
9
-
4. Upload a file.
9
+
4. Upload one file. Upload multiple files at once.
10
10
[Manual Testing]
11
11
5. User is able to delete a file if they have the "Delete files in Document Repository" permission or is the super user.
12
12
[Manual Testing]
@@ -29,13 +29,13 @@
29
29
[Manual Testing]
30
30
14. Edit a file in the repository: check that “Date Uploaded” date is updated.
31
31
[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.
33
33
Make sure that you are notified for the follow changes:
34
34
- Addition, deletion or modification of a file (by a user other than yourself)
35
35
- Addition of a category (by a user other than yourself)
36
36
[Manual Testing]
37
37
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.
0 commit comments