Skip to content

Commit 96a68d5

Browse files
committed
Add identity restore test through selfservice
1 parent 60773a2 commit 96a68d5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

stepup/tests/behat/features/bootstrap/SelfServiceContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

stepup/tests/behat/features/mw_deprovision.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)