rename list shares step (#8337)

This commit is contained in:
Sawjan Gurung
2024-02-01 16:40:29 +05:45
committed by GitHub
parent 6a30e9f4f8
commit 94a7f189e0
3 changed files with 23 additions and 23 deletions
@@ -20,7 +20,7 @@ Feature: an user gets the resources shared to them
| sharee | Brian |
| shareType | user |
| permissionsRole | Viewer |
When user "Brian" lists the resources shared with him using the Graph API
When user "Brian" lists the shares shared with him using the Graph API
Then the HTTP status code should be "200"
And the JSON data of the response should match
"""
@@ -263,7 +263,7 @@ Feature: an user gets the resources shared to them
| sharee | Brian |
| shareType | user |
| permissionsRole | Viewer |
When user "Brian" lists the resources shared with him using the Graph API
When user "Brian" lists the shares shared with him using the Graph API
Then the HTTP status code should be "200"
And the JSON data of the response should match
"""