From 46c9cdec708f43c821a62961a32aac60224b4397 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 15 Feb 2023 10:58:15 +0100 Subject: [PATCH] delete bug from expected failures (#5578) --- .../acceptance/expected-failures-localAPI-on-OCIS-storage.md | 4 ---- .../features/apiAccountsHashDifficulty/assignRole.feature | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md index cd1897b0bb..bfc0b28552 100644 --- a/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-localAPI-on-OCIS-storage.md @@ -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) diff --git a/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature b/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature index 4eaefb9827..236dbf006e 100644 --- a/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature +++ b/tests/acceptance/features/apiAccountsHashDifficulty/assignRole.feature @@ -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