[test-only] add issue tag to failed tests (#5978)
* add issue tag to failed tests * bump webCommit
This commit is contained in:
@@ -22,14 +22,14 @@ Feature: create group
|
||||
| Finance (NP) |
|
||||
| slash\Middle |
|
||||
|
||||
|
||||
@issue-3516
|
||||
Scenario: admin user tries to create a group that already exists
|
||||
Given group "mygroup" has been created
|
||||
When user "Alice" tries to create a group "mygroup" using the Graph API
|
||||
Then the HTTP status code should be "400"
|
||||
And group "mygroup" should exist
|
||||
|
||||
|
||||
@issue-5938
|
||||
Scenario Outline: user other than the admin can't create a group
|
||||
Given user "Brian" has been created with default attributes and without skeleton files
|
||||
And the administrator has given "Brian" the role "<userRole>" using the settings api
|
||||
|
||||
Reference in New Issue
Block a user