Added test for sending share invitation to deleted user

This commit is contained in:
Prarup Gurung
2024-01-11 16:25:27 +05:45
parent 1317dd3720
commit c3716d1039
4 changed files with 59 additions and 4 deletions
@@ -81,7 +81,7 @@ Feature: create user
Scenario: user can be created with the name of the deleted user
Given user "Brian" has been created with default attributes and without skeleton files
And the administrator has assigned the role "Admin" to user "Alice" using the Graph API
And the user "Alice" has deleted a user "Brian" using the Graph API
And the user "Alice" has deleted a user "Brian"
When the user "Alice" creates a new user with the following attributes using the Graph API:
| userName | Brian |
| displayName | This is another Brian |