mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 18:14:53 -05:00
removing @api tag from all acceptance feature files (#7027)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Download file in project space
|
||||
As a user with different role
|
||||
I want to be able to download files
|
||||
@@ -56,9 +55,9 @@ Feature: Download file in project space
|
||||
| Alice |
|
||||
| Brian |
|
||||
|
||||
|
||||
|
||||
Scenario: user with role viewer cannot get the old version of the file in the project space
|
||||
Given user "Alice" has uploaded a file inside space "download file" with content "new content" to "file.txt"
|
||||
When user "Bob" tries to get version of the file "file.txt" with the index "1" of the space "download file" using the WebDAV API
|
||||
Then the HTTP status code should be "403"
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Download space
|
||||
As a user
|
||||
I want to download space
|
||||
|
||||
Reference in New Issue
Block a user