Fix test expectations

This commit is contained in:
André Duffeck
2023-05-10 14:28:13 +02:00
parent 82590632b6
commit 5ba7dad3c7

View File

@@ -231,7 +231,7 @@ Feature: Tag
And user "Alice" has disabled a space "use-tag"
When user "Alice" lists all available tags via the GraphApi
Then the HTTP status code should be "200"
And the response should contain following tags:
And the response should not contain following tags:
| folderTag |
| marketing |
When user "Alice" deletes a space "use-tag"