Seperate test steps for positive and negative cases (#5773)
fix php style use the correct step fix other steps fix other php style remove unwanted param Refactor test function for handeling errors fix return types clean up code address reviews
This commit is contained in:
@@ -152,8 +152,8 @@ Feature: remove a user from a group
|
||||
| Alice | var/../etc |
|
||||
|
||||
|
||||
Scenario: admin tries to remove a user from a non-existing group
|
||||
When the administrator tries to remove user "Alice" from group "nonexistentgroup" using the Graph API
|
||||
Scenario: admin tries to remove a user from a nonexistent group
|
||||
When the administrator tries to remove user "Alice" from a nonexistent group using the Graph API
|
||||
Then the HTTP status code should be "404"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user