Skip to content

Commit 8bc9a69

Browse files
authored
Merge pull request #314 from owncloud/release-0.15.1-tests
[0.15.1] tests
2 parents 71e9cbc + 1458f16 commit 8bc9a69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ services:
245245
NEED_SERVER: true
246246

247247
selenium:
248-
image: selenium/standalone-chrome-debug:latest
248+
image: selenium/standalone-chrome-debug:3.141.59-oxygen
249249
pull: true
250250
when:
251251
matrix:

tests/acceptance/features/apiAntivirus/antivirusFileSize.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Antivirus file size
88
Given the administrator has enabled the files_antivirus app
99
And the owncloud log level has been set to warning
1010
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
1212

1313
Scenario: Files smaller than the upload threshold are checked for viruses
1414
Given parameter "av_max_file_size" of app "files_antivirus" has been set to "100"

tests/acceptance/features/apiAntivirus/antivirusMain.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Antivirus basic
88
Given the administrator has enabled the files_antivirus app
99
And the owncloud log level has been set to warning
1010
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
1212

1313
Scenario Outline: A small file without a virus can be uploaded
1414
Given using <dav-path-version> DAV path

tests/acceptance/features/webUIActivityList/activityList.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Feature: log activities of blocked files
33

44
Background:
5-
Given these users have been created:
5+
Given these users have been created with skeleton files:
66
| username |
77
| user1 |
88
And user "user1" has logged in using the webUI

0 commit comments

Comments
 (0)