Adjust the test expectations

This commit is contained in:
Michael Barz
2023-06-26 17:55:03 +02:00
parent e364a290c5
commit 0a2254643b
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ Feature: Propfind test
| key | value |
| oc:fileid | UUIDof:new-space |
| oc:name | new-space |
| oc:permissions | RDNVCKZ |
| oc:permissions | RDNVCKZP |
| oc:privatelink | |
| oc:size | 12 |
@@ -43,6 +43,6 @@ Feature: Propfind test
| oc:size | 12 |
Examples:
| role | oc_permission |
| manager | RDNVCKZ |
| manager | RDNVCKZP |
| editor | DNVCK |
| viewer | |

View File

@@ -103,7 +103,7 @@ Feature: sharing
And user "Brian" shares folder "/merge-test-inside-twogroups-perms" with group "grp2" using the sharing API
Then the OCS status code of responses on all endpoints should be "100"
And the HTTP status code of responses on all endpoints should be "200"
And as user "Brian" folder "/merge-test-inside-twogroups-perms" should contain a property "oc:permissions" with value "RDNVCKZ" or with value "RMDNVCKZ"
And as user "Brian" folder "/merge-test-inside-twogroups-perms" should contain a property "oc:permissions" with value "RDNVCKZP" or with value "RMDNVCKZP"
And as "Brian" folder "/Shares/merge-test-inside-twogroups-perms" should not exist
And as "Brian" folder "/Shares/merge-test-inside-twogroups-perms (2)" should not exist