delete bug from expected failures (#5578)

This commit is contained in:
Viktor Scharf
2023-02-15 10:58:15 +01:00
committed by GitHub
parent 9b5267247c
commit 46c9cdec70
2 changed files with 2 additions and 6 deletions

View File

@@ -49,10 +49,6 @@ The expected failures in this file are from features in the owncloud/ocis repo.
- [apiAccountsHashDifficulty/assignRole.feature:27](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature#L27)
- [apiAccountsHashDifficulty/assignRole.feature:28](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature#L28)
### [Settings service user can see roles list](https://github.com/owncloud/ocis/issues/5079)
- [apiAccountsHashDifficulty/assignRole.feature:15](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature#L15)
- [apiAccountsHashDifficulty/assignRole.feature:16](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature#L16)
### [Group having percentage (%) can be created but cannot be GET](https://github.com/owncloud/ocis/issues/5083)
- [apiGraph/deleteGroup.feature:49](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/deleteGroup.feature#L49)
- [apiGraph/deleteGroup.feature:50](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiGraph/deleteGroup.feature#L50)

View File

@@ -12,8 +12,8 @@ Feature: assign role
Examples:
| userRole | statusCode |
| Admin | 201 |
| Space Admin | 401 |
| User | 401 |
| Space Admin | 201 |
| User | 201 |
Scenario Outline: only admin user can see assignments list