diff --git a/src/test/java/features/api/simplOpen/Authority.feature b/src/test/java/features/api/simplOpen/Authority.feature index a0a35cb9291fcd573e455f6f2425397c500532f5..20571531dc2d605d6c8fd95bf4c386b7cd7be3d9 100644 --- a/src/test/java/features/api/simplOpen/Authority.feature +++ b/src/test/java/features/api/simplOpen/Authority.feature @@ -74,12 +74,14 @@ Feature: Authority API scenarios Then the response body contains updated Identity Attribute data: | assignable to roles | false | - @TCA07_API @SIMPL-4502 @bug:SIMPL-10207 - Scenario: Unsuccessful Identity Attribute enablement + @TCA07_API @SIMPL-4502 @SIMPL-4533 @bug:SIMPL-10207 @bug:SIMPL-10297 + Scenario: Unsuccessful Identity Attribute enablement and disablement Given a user with role "IATTR_M" is logged in to governance authority And an "Identity Attribute" is already created and assigned When the user attempts to set the Identity Attribute as assignable to "true" with a modified ID And the system indicates bad request + And the user attempts to set the Identity Attribute as assignable to "false" with a modified ID + Then the system indicates bad request @TCA08_API @SIMPL-5233