removing @api tag from all acceptance feature files (#7027)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: change shared resource
|
||||
As a user
|
||||
I want to change the shared resource
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: checksums
|
||||
As a user
|
||||
I want to upload files with checksum
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: copy file
|
||||
As a user
|
||||
I want to be able to copy files
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: create file or folder named similar to Shares folder
|
||||
As a user
|
||||
I want to be able to create files and folders when the Shares folder exists
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: check etag propagation after different file alterations
|
||||
As a user
|
||||
I want to check the etag
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: favorite
|
||||
As a user
|
||||
I want to favorite resources
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: move (rename) file
|
||||
As a user
|
||||
I want to be able to move and rename files
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Public can download folders from project space public link
|
||||
As a public
|
||||
I want to be able to download folder from public link
|
||||
@@ -10,7 +9,7 @@ Feature: Public can download folders from project space public link
|
||||
| Alice |
|
||||
| Brian |
|
||||
And using spaces DAV path
|
||||
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
And the administrator has assigned the role "Space Admin" to user "Alice" using the Graph API
|
||||
And user "Alice" has created a space "new-space" with the default quota using the GraphApi
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: sharing
|
||||
As a user
|
||||
I want to share resources with different permissions
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Share spaces
|
||||
As the owner of a space
|
||||
I want to be able to add members to a space, and to remove access for them
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Share spaces via link
|
||||
As the manager of a space
|
||||
I want to be able to share a space via public link
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Share a file or folder that is inside a space
|
||||
As a user with manager space role
|
||||
I want to be able to share the data inside the space
|
||||
@@ -119,7 +118,7 @@ Feature: Share a file or folder that is inside a space
|
||||
And the information about the last share for user "Brian" should include
|
||||
| expiration | 2042-01-01 |
|
||||
|
||||
|
||||
|
||||
Scenario: user changes the expiration date
|
||||
Given user "Alice" has created a share inside of space "share sub-item" with settings:
|
||||
| path | folder |
|
||||
@@ -147,7 +146,7 @@ Feature: Share a file or folder that is inside a space
|
||||
And the information about the last share for user "Brian" should include
|
||||
| expiration | |
|
||||
|
||||
|
||||
|
||||
Scenario: check the end of expiration date in user share
|
||||
Given user "Alice" has created a share inside of space "share sub-item" with settings:
|
||||
| path | folder |
|
||||
@@ -159,7 +158,7 @@ Feature: Share a file or folder that is inside a space
|
||||
Then the HTTP status code should be "200"
|
||||
Then as "Brian" folder "Shares/folder" should not exist
|
||||
|
||||
@issue-5823
|
||||
@issue-5823
|
||||
Scenario: check the end of expiration date in group share
|
||||
Given group "sales" has been created
|
||||
And the administrator has added a user "Brian" to the group "sales" using GraphApi
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: Share a file or folder that is inside a space via public link
|
||||
As a user with manager space role
|
||||
I want to be able to share the data inside the space via public link
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@api
|
||||
Feature: upload resources on share using TUS protocol
|
||||
As a user
|
||||
I want to be able to upload files
|
||||
|
||||
Reference in New Issue
Block a user