add skip on stable tag (#5940)

This commit is contained in:
Swikriti Tripathi
2023-03-28 15:11:41 +05:45
committed by GitHub
parent 382aa58c8b
commit 270bf06840
11 changed files with 66 additions and 61 deletions
@@ -119,7 +119,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 |
@skipOnStable2.0
Scenario: A user changes the expiration date
Given user "Alice" has created a share inside of space "share sub-item" with settings:
| path | folder |
@@ -147,7 +147,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 | |
@skipOnStable2.0
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 +159,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 @skip
@issue-5823 @skip @skipOnStable2.0
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