Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 25362c85 authored by Jaime Pérez-Lozana's avatar Jaime Pérez-Lozana
Browse files

Merge branch 'feature/SOAPI-SIMPL-4533' into 'develop'

test for Simpl-4533:Unsuccessful Identity Attribute disablement

See merge request simpl/pso/pso-test/pso-test-automation!153
parents c04ada2e 5787295e
No related branches found
No related tags found
No related merge requests found
Pipeline #269411 passed with warnings
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment