removing @api tag from all acceptance feature files (#7027)

This commit is contained in:
nirajacharya2
2023-08-16 09:29:00 +05:45
committed by GitHub
parent c38095ae67
commit 5f93a22eb9
197 changed files with 274 additions and 428 deletions
@@ -1,4 +1,3 @@
@api
Feature: Change data of space
As a user with space admin rights
I want to be able to change the meta-data of a created space (increase the quota, change name, etc.)
@@ -1,4 +1,3 @@
@api
Feature: create space
As an admin and space admin
I want to create new spaces
@@ -1,4 +1,3 @@
@api
Feature: Disabling and deleting space
As a manager of space
I want to be able to disable the space first, then delete it.
@@ -1,4 +1,3 @@
@api
Feature: A manager of the space can edit public link
As an user with manager space role
I want to be able to edit a public link.
@@ -1,4 +1,3 @@
@api
Feature: Preview file in project space
As a user
I want to be able to download different files for the preview
@@ -1,4 +1,3 @@
@api
Feature: List and create spaces
As a user
I want to be able to list project spaces
@@ -1,4 +1,3 @@
@api
Feature: public link for a space
Background:
@@ -1,4 +1,3 @@
@api
Feature: State of the quota
As a user
I want to be able to see the state of the quota
@@ -1,4 +1,3 @@
@api
Feature: Remove files, folder
As a user
I want to be able to remove files, folders
@@ -1,4 +1,3 @@
@api
Feature: Restoring space
As a manager of space
I want to be able to restore a disabled space
@@ -1,4 +1,3 @@
@api
Feature: Search
As a user
I want to search for resources in the space
@@ -1,4 +1,3 @@
@api
Feature: Set quota
As a user
I want to set quota to different users
@@ -1,4 +1,3 @@
@api
Feature: Space management
As a user with space admin permission
I want to be able to manage all existing project spaces
@@ -90,7 +89,7 @@ Feature: Space management
And the json responded should not contain a space with name "Project"
And the json responded should not contain a space with name "Alice Hansen"
Scenario: space admin user changes the name of the project space
When user "Brian" changes the name of the "Project" space to "New Name" owned by user "Alice"
Then the HTTP status code should be "200"
@@ -116,7 +115,7 @@ Feature: Space management
Then the HTTP status code should be "404"
And the user "Alice" should have a space called "Project"
Scenario: space admin user changes the description of the project space
When user "Brian" changes the description of the "Project" space to "New description" owned by user "Alice"
Then the HTTP status code should be "200"
@@ -142,7 +141,7 @@ Feature: Space management
When user "Carol" tries to change the description of the "Project" space to "New description" owned by user "Alice"
Then the HTTP status code should be "404"
Scenario: space admin user disables the project space
When user "Brian" disables a space "Project" owned by user "Alice"
Then the HTTP status code should be "204"
@@ -162,7 +161,7 @@ Feature: Space management
| Brian |
| Carol |
Scenario: space admin user deletes the project space
Given user "Alice" has disabled a space "Project"
When user "Brian" deletes a space "Project" owned by user "Alice"
@@ -175,7 +174,7 @@ Feature: Space management
When user "Carol" tries to delete a space "Project" owned by user "Alice"
Then the HTTP status code should be "404"
Scenario: space admin user enables the project space
Given user "Alice" has disabled a space "Project"
When user "Brian" restores a disabled space "Project" owned by user "Alice"
@@ -1,4 +1,3 @@
@api
Feature: Tag
As a user
I want to tag resources
@@ -1,4 +1,3 @@
@api
Feature: Restore files, folder
As a user with manager and editor role
I want to be able to restore files, folders
@@ -1,4 +1,3 @@
@api
Feature: upload resources using TUS protocol
As a user
I want to be able to upload files
@@ -1,4 +1,3 @@
@api
Feature: Upload files into a space
As a user
I want to be able to create folders and files in the space