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: tests/acceptance/features/apiAntivirus/antivirus.feature
+9-9
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ Feature: antivirus
99
99
And using SharingNG
100
100
And user "Alice" has created folder "/uploadFolder"
101
101
And user "Alice" has created the following resource link share:
102
-
| resource | uploadFolder|
103
-
| space | Personal|
104
-
| permissionsRole | Edit|
105
-
| expirationDateTime | 2040-01-01T23:59:59.000Z |
102
+
| resource | uploadFolder |
103
+
| space | Personal |
104
+
| permissionsRole | Edit |
105
+
| expirationDateTime | +20years |
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"
108
108
And user "Alice" should get a notification with subject "Virus found" and message:
@@ -124,11 +124,11 @@ Feature: antivirus
124
124
And using SharingNG
125
125
And user "Alice" has created folder "/uploadFolder"
126
126
And user "Alice" has created the following resource link share:
127
-
| resource | uploadFolder|
128
-
| space | Personal|
129
-
| permissionsRole | Edit|
130
-
| password | %public% |
131
-
| expirationDateTime | 2040-01-01T23:59:59.000Z |
127
+
| resource | uploadFolder |
128
+
| space | Personal |
129
+
| permissionsRole | Edit |
130
+
| password | %public% |
131
+
| expirationDateTime | +20years |
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
133
133
Then the HTTP status code should be "201"
134
134
And user "Alice" should get a notification with subject "Virus found" and message:
0 commit comments