Skip to content

Commit 24f53f6

Browse files
another fix attempt
1 parent 7c821ea commit 24f53f6

2 files changed

Lines changed: 32 additions & 16 deletions

File tree

SecurityService.OpenIdConnect.IntegrationTests/ForgotPassword/ForgotPassword.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Background:
2424
Given I create the following users
2525
| Email Address | Password | Phone Number | Given Name | Middle Name | Family Name | Claims | Roles |
2626
| estateuser@testestate1.co.uk | 123456 | 123456789 | Test | | User 1 | EstateId:1 | Estate |
27+
Then I get an email with a confirm email address link
28+
When I navigate to the confirm email address
29+
Then I am presented with the confirm email address successful screen
30+
And I get a welcome email with my login details
2731

2832
@PRTest
2933
Scenario: Forgot Password

SecurityService.OpenIdConnect.IntegrationTests/ForgotPassword/ForgotPassword.feature.cs

Lines changed: 28 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)