Skip to content

Commit

Permalink
fix: fixes failing tests (#1533)
Browse files Browse the repository at this point in the history
OKTA-750886 fixes ci test
  • Loading branch information
jaredperreault-okta authored Aug 16, 2024
1 parent d89b413 commit 45ea58f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
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

0 comments on commit 45ea58f

Please sign in to comment.