Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixes failing tests #1533

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Feature: Add another Required Attribute to the Profile Enrollment Policy
And she fills out another property
And she submits the form
# Then her user is created in the "Staged" state
Then she is redirected to the "Select Authenticator Method" page
Then she is redirected to the "Select Authenticator" page
16 changes: 8 additions & 8 deletions samples/test/features/self-service-registration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Scenario: Mary signs up for an account with Password, setups up required Email f
And she fills out her Last Name
And she fills out her Email
And she submits the form
Then she is redirected to the "Select Authenticator Method" page
When she selects the "email" method
Then she is redirected to the "Select Authenticator" page
When she selects the "Email" factor
And she submits the form
Then she sees a page to input a code for email authenticator enrollment
When she inputs the correct code from her "Email"
Expand All @@ -47,8 +47,8 @@ Scenario: Mary signs up for an account with Password, setups up required Email f
And she fills out her Last Name
And she fills out her Email
And she submits the form
Then she is redirected to the "Select Authenticator Method" page
When she selects the "email" method
Then she is redirected to the "Select Authenticator" page
When she selects the "Email" factor
And she submits the form
Then she sees a page to input a code for email authenticator enrollment
When she inputs the correct code from her "Email"
Expand Down Expand Up @@ -90,8 +90,8 @@ Scenario: Mary signs up for an account with Password, sets up required Email fac
And she fills out her Last Name
And she fills out her Email
And she submits the form
Then she is redirected to the "Select Authenticator Method" page
When she selects the "email" method
Then she is redirected to the "Select Authenticator" page
When she selects the "Email" factor
And she submits the form
Then she sees a page to input a code for email authenticator enrollment
When she inputs the correct code from her "Email"
Expand All @@ -118,8 +118,8 @@ Scenario: Mary signs up for an account with Password, setups up required Email f
And she fills out her Last Name
And she fills out her Email
And she submits the form
Then she is redirected to the "Select Authenticator Method" page
When she selects the "email" method
Then she is redirected to the "Select Authenticator" page
When she selects the "Email" factor
And she submits the form
Then she sees a page to input a code for email authenticator enrollment
When she clicks the Email magic link for email verification
Expand Down