[test-only] Fix failed test (#5541)
* fix failed test * another way fixing
This commit is contained in:
@@ -35,11 +35,8 @@ Feature: Share spaces
|
||||
|
||||
|
||||
Scenario: A user can see who has been granted access
|
||||
Given user "Alice" has shared a space "share space" to user "Brian" with role "viewer"
|
||||
And the user "Alice" should have a space called "share space" granted to "Brian" with these key and value pairs:
|
||||
| key | value |
|
||||
| root@@@permissions@@@1@@@grantedToIdentities@@@0@@@user@@@id | %user_id% |
|
||||
| root@@@permissions@@@1@@@roles@@@0 | viewer |
|
||||
When user "Alice" shares a space "share space" to user "Brian" with role "viewer"
|
||||
Then the user "Alice" should have a space called "share space" granted to user "Brian" with role "viewer"
|
||||
|
||||
|
||||
Scenario: A user can see that the group has been granted access
|
||||
@@ -47,12 +44,9 @@ Feature: Share spaces
|
||||
When user "Alice" shares a space "share space" to group "sales" with role "viewer"
|
||||
Then the HTTP status code should be "200"
|
||||
And the OCS status code should be "200"
|
||||
And the user "Alice" should have a space called "share space" granted to group "sales" with these key and value pairs:
|
||||
| key | value |
|
||||
| root@@@permissions@@@1@@@grantedToIdentities@@@0@@@group@@@id | %group_id% |
|
||||
| root@@@permissions@@@1@@@roles@@@0 | viewer |
|
||||
|
||||
|
||||
And the user "Alice" should have a space called "share space" granted to group "sales" with role "viewer"
|
||||
|
||||
|
||||
Scenario: A user can see a file in a received shared space
|
||||
Given user "Alice" has uploaded a file inside space "share space" with content "Test" to "test.txt"
|
||||
And user "Alice" has created a folder "Folder Main" in space "share space"
|
||||
|
||||
Reference in New Issue
Block a user