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
And user "Alice" has created the following resource link share:
2099
2099
| resource | /FOLDER |
2100
2100
| space | Personal |
2101
-
| permissionsRole | edit |
2101
+
| permissionsRole | Edit |
2102
2102
| password | %public% |
2103
2103
And the public has uploaded file "text.txt" with content "added by public user" and password "%public%" to the last link share using the public WebDAV API
2104
2104
And the public has uploaded file "text.txt" with content "updated by public user" and password "%public%" to the last link share using the public WebDAV API
Copy file name to clipboardExpand all lines: tests/acceptance/features/apiAntivirus/antivirus.feature
+3-3
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Feature: antivirus
101
101
And user "Alice" has created the following resource link share:
102
102
| resource | uploadFolder |
103
103
| space | Personal |
104
-
| permissionsRole | edit |
104
+
| permissionsRole | Edit |
105
105
| expirationDateTime | 2040-01-01T23:59:59.000Z |
106
106
When the public uploads file "filesForUpload/filesWithVirus/<file-name>" to "<new-file-name>" inside last link shared folder using the public WebDAV API
107
107
Then the HTTP status code should be "201"
@@ -126,7 +126,7 @@ Feature: antivirus
126
126
And user "Alice" has created the following resource link share:
127
127
| resource | uploadFolder |
128
128
| space | Personal |
129
-
| permissionsRole | edit |
129
+
| permissionsRole | Edit |
130
130
| password | %public% |
131
131
| expirationDateTime | 2040-01-01T23:59:59.000Z |
132
132
When the public uploads file "filesForUpload/filesWithVirus/<file-name>" to "<new-file-name>" inside last link shared folder with password "%public%" using the public WebDAV API
@@ -344,7 +344,7 @@ Feature: antivirus
344
344
And user "Alice" has created the following resource link share:
345
345
| resource | test.txt |
346
346
| space | Personal |
347
-
| permissionsRole | edit |
347
+
| permissionsRole | Edit |
348
348
When the public overwrites file "test.txt" with content "X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*" using the public WebDAV API
349
349
Then the HTTP status code should be "204"
350
350
And user "Alice" should get a notification with subject "Virus found" and message:
0 commit comments