Merge pull request #4696 from owncloud/refactorOcisClosedIssue2768

[tests-only][full-ci]Refactor download archive related scenario
This commit is contained in:
Artur Neumann
2022-09-29 10:38:35 +05:45
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
## Scenarios from OCIS API tests that are expected to fail with OCIS storage
The expected failures in this file are from features in the owncloud/ocis repo.
#### [downloading an archive with invalid path returns HTTP/500](https://github.com/owncloud/ocis/issues/2768)
- [apiArchiver/downloadByPath.feature:69](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L69)
#### [Downloading the archive of the resource (files | folder) using resource path is not possible](https://github.com/owncloud/ocis/issues/4637)
- [apiArchiver/downloadByPath.feature:26](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L26)
- [apiArchiver/downloadByPath.feature:27](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/downloadByPath.feature#L27)

View File

@@ -68,7 +68,7 @@ Feature: download multiple resources bundled into an archive
Scenario: download a not existing single file
When user "Alice" downloads the archive of "/doesnotexist.txt" of user "Alice" using the resource path
Then the HTTP status code should be "400"
Then the HTTP status code should be "404"
Scenario: download multiple shared items as share receiver