File tree 4 files changed +4
-4
lines changed
tests/acceptance/features
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ services:
245
245
NEED_SERVER : true
246
246
247
247
selenium :
248
- image : selenium/standalone-chrome-debug:latest
248
+ image : selenium/standalone-chrome-debug:3.141.59-oxygen
249
249
pull : true
250
250
when :
251
251
matrix :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Feature: Antivirus file size
8
8
Given the administrator has enabled the files_antivirus app
9
9
And the owncloud log level has been set to warning
10
10
And the owncloud log has been cleared
11
- And user "user0" has been created with default attributes
11
+ And user "user0" has been created with default attributes and skeleton files
12
12
13
13
Scenario : Files smaller than the upload threshold are checked for viruses
14
14
Given parameter "av_max_file_size" of app "files_antivirus" has been set to "100"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Feature: Antivirus basic
8
8
Given the administrator has enabled the files_antivirus app
9
9
And the owncloud log level has been set to warning
10
10
And the owncloud log has been cleared
11
- And user "user0" has been created with default attributes
11
+ And user "user0" has been created with default attributes and skeleton files
12
12
13
13
Scenario Outline : A small file without a virus can be uploaded
14
14
Given using <dav-path-version> DAV path
Original file line number Diff line number Diff line change 2
2
Feature : log activities of blocked files
3
3
4
4
Background :
5
- Given these users have been created:
5
+ Given these users have been created with skeleton files :
6
6
| username |
7
7
| user1 |
8
8
And user "user1" has logged in using the webUI
You can’t perform that action at this time.
0 commit comments