Fix the test step ordering

This commit is contained in:
Swikriti Tripathi
2023-08-22 16:23:17 +05:45
parent d656b4ad19
commit 3fb6b94698
7 changed files with 13 additions and 13 deletions
@@ -156,7 +156,7 @@ Feature: Share a file or folder that is inside a space
And user "Brian" has accepted share "/folder" offered by user "Alice"
When user "Alice" expires the last share
Then the HTTP status code should be "200"
Then as "Brian" folder "Shares/folder" should not exist
And as "Brian" folder "Shares/folder" should not exist
@issue-5823
Scenario: check the end of expiration date in group share
@@ -171,4 +171,4 @@ Feature: Share a file or folder that is inside a space
And user "Brian" has accepted share "/folder" offered by user "Alice"
When user "Alice" expires the last share
Then the HTTP status code should be "200"
Then as "Brian" folder "Shares/folder" should not exist
And as "Brian" folder "Shares/folder" should not exist