Skip to content

Commit

Permalink
test: fix acceptance tests after adjusting share roles
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Mar 27, 2024
1 parent 2968570 commit 66b29dc
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tests/acceptance/features/apiSharingNg/listPermissions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ Feature: List a sharing permissions
"description": {
"type": "string",
"enum": [
"Allows upload file or folder"
"View, download and upload."
]
},
"displayName": {
"type": "string",
"enum": [
"Uploader"
"Can upload"
]
},
"id": {
Expand Down Expand Up @@ -106,13 +106,13 @@ Feature: List a sharing permissions
"description": {
"type": "string",
"enum": [
"Allows reading the shared file or folder"
"View and download."
]
},
"displayName": {
"type": "string",
"enum": [
"Viewer"
"Can view"
]
},
"id": {
Expand Down Expand Up @@ -141,13 +141,13 @@ Feature: List a sharing permissions
"description": {
"type": "string",
"enum": [
"Allows reading and updating file"
"View, download and edit."
]
},
"displayName": {
"type": "string",
"enum": [
"Editor"
"Can edit"
]
},
"id": {
Expand Down Expand Up @@ -176,13 +176,13 @@ Feature: List a sharing permissions
"description": {
"type": "string",
"enum": [
"Allows creating, reading, updating and deleting the shared file or folder"
"View, download, upload, edit, add and delete."
]
},
"displayName": {
"type": "string",
"enum": [
"Editor"
"Can edit"
]
},
"id": {
Expand Down Expand Up @@ -260,10 +260,10 @@ Feature: List a sharing permissions
"const": 1
},
"description": {
"const": "Allows reading the shared space"
"const": "View and download."
},
"displayName": {
"const": "Space Viewer"
"const": "Can view"
},
"id": {
"const": "a8d5fe5e-96e3-418d-825b-534dbdf22b99"
Expand All @@ -283,10 +283,10 @@ Feature: List a sharing permissions
"const": 2
},
"description": {
"const": "Allows creating, reading, updating and deleting file or folder in the shared space"
"const": "View, download, upload, edit, add and delete."
},
"displayName": {
"const": "Space Editor"
"const": "Can edit"
},
"id": {
"const": "58c63c02-1d89-4572-916a-870abc5a1b7d"
Expand All @@ -306,10 +306,10 @@ Feature: List a sharing permissions
"const": 3
},
"description": {
"const": "Grants manager permissions on a resource. Semantically equivalent to co-owner"
"const": "View, download, upload, edit, add, delete and manage members."
},
"displayName": {
"const": "Manager"
"const": "Can manage"
},
"id": {
"const": "312c0871-5ef7-4b3a-85b6-0e4074c64049"
Expand Down Expand Up @@ -394,10 +394,10 @@ Feature: List a sharing permissions
"const": 1
},
"description": {
"const": "Allows reading the shared space"
"const": "View and download."
},
"displayName": {
"const": "Space Viewer"
"const": "Can view"
},
"id": {
"const": "a8d5fe5e-96e3-418d-825b-534dbdf22b99"
Expand All @@ -417,10 +417,10 @@ Feature: List a sharing permissions
"const": 2
},
"description": {
"const": "Allows creating, reading, updating and deleting file or folder in the shared space"
"const": "View, download, upload, edit, add and delete."
},
"displayName": {
"const": "Space Editor"
"const": "Can edit"
},
"id": {
"const": "58c63c02-1d89-4572-916a-870abc5a1b7d"
Expand All @@ -440,10 +440,10 @@ Feature: List a sharing permissions
"const": 3
},
"description": {
"const": "Grants manager permissions on a resource. Semantically equivalent to co-owner"
"const": "View, download, upload, edit, add, delete and manage members."
},
"displayName": {
"const": "Manager"
"const": "Can manage"
},
"id": {
"const": "312c0871-5ef7-4b3a-85b6-0e4074c64049"
Expand Down

0 comments on commit 66b29dc

Please sign in to comment.