test: ensure share is available before performing actions
test: fix expected-failure lines
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user