fix typo in then steps

Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
This commit is contained in:
prashant-gurung899
2024-12-17 13:04:19 +05:45
parent 0832c9bdb7
commit f5f30f053b
5 changed files with 12 additions and 12 deletions
@@ -150,7 +150,7 @@ Feature: delete user
When the user "Alice" deletes a user "Brian" using the Graph API
Then the HTTP status code should be "204"
When user "Alice" lists all spaces via the Graph API with query "$filter=driveType eq 'personal'"
Then the json responded should not contain a space with name "Brian Murphy"
Then the json response should not contain a space with name "Brian Murphy"
Scenario: accepted share is deleted automatically when the user is deleted