Remove skipOnStable2.0 tag (#6959)
This commit is contained in:
@@ -90,7 +90,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"
|
||||
|
||||
@skipOnStable2.0
|
||||
|
||||
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 +116,7 @@ Feature: Space management
|
||||
Then the HTTP status code should be "404"
|
||||
And the user "Alice" should have a space called "Project"
|
||||
|
||||
@skipOnStable2.0
|
||||
|
||||
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 +142,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"
|
||||
|
||||
@skipOnStable2.0
|
||||
|
||||
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 +162,7 @@ Feature: Space management
|
||||
| Brian |
|
||||
| Carol |
|
||||
|
||||
@skipOnStable2.0
|
||||
|
||||
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 +175,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"
|
||||
|
||||
@skipOnStable2.0
|
||||
|
||||
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,4 @@
|
||||
@api @skipOnStable2.0
|
||||
@api
|
||||
Feature: Tag
|
||||
As a user
|
||||
I want to tag resources
|
||||
|
||||
Reference in New Issue
Block a user