[test-only] add issue tag to failed tests (#5978)

* add issue tag to failed tests

* bump webCommit
This commit is contained in:
Viktor Scharf
2023-03-31 11:38:15 +02:00
committed by GitHub
parent ca05862279
commit 5c2a011519
19 changed files with 40 additions and 43 deletions
@@ -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