File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
stepup/tests/behat/features Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ public function iAmLoggedInIntoTheSelfServicePortalAs($userName)
9393 $ this ->minkContext ->visit ($ this ->selfServiceUrl );
9494 $ this ->authContext ->authenticateWithIdentityProviderFor ($ userName );
9595 $ this ->authContext ->passTroughGatewaySsoAssertionConsumerService ();
96+
9697 $ this ->iSwitchLocaleTo ('English ' );
9798 $ this ->minkContext ->assertPageContainsText ('Registration Portal ' );
9899 }
Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ Feature: A user can be deprovisioned from Middleware
1313 | email | joe -a -raa @institution -a .nl |
1414 | common_name | Joe RAA |
1515 | document_number | 467890 |
16+
17+ Scenario : After being deprovisioned a user would still be able to enroll again
18+ Given I am logged in into the selfservice portal as "joe-a-raa"
You can’t perform that action at this time.
0 commit comments