test: ensure share is available before performing actions

test: fix expected-failure lines
This commit is contained in:
Saw-jan
2024-07-26 15:19:33 +05:45
parent 24b940dfcc
commit 878c5f4075
38 changed files with 302 additions and 83 deletions
@@ -40,6 +40,7 @@ Feature: re-share resources
| sharee | Brian |
| shareType | user |
| permissionsRole | <permissions-role> |
And user "Brian" has a share "test" synced
When user "Brian" creates a share inside of space "Shares" with settings:
| path | test |
| shareWith | Carol |
@@ -66,6 +67,7 @@ Feature: re-share resources
| sharee | Brian |
| shareType | user |
| permissionsRole | <permissions-role> |
And user "Brian" has a share "textfile1.txt" synced
When user "Brian" creates a share inside of space "Shares" with settings:
| path | textfile1.txt |
| shareWith | Carol |
@@ -91,6 +93,7 @@ Feature: re-share resources
| sharee | Brian |
| shareType | user |
| permissionsRole | Editor |
And user "Brian" has a share "test" synced
When user "Brian" creates a public link share using the sharing API with settings
| path | /Shares/test |
| permissions | 1 |