From 3f6c3365c419760e652a7fb2a29e2a0575b0d647 Mon Sep 17 00:00:00 2001 From: Vijet Mahabaleshwar Date: Tue, 10 May 2022 13:55:52 +0000 Subject: [PATCH] Enables the failing security questions enrollment test OKTA-497098 <<>> Artifact: okta-auth-js Files changed count: 2 PR Link: https://github.com/okta/okta-auth-js/pull/1209 --- samples/config.js | 3 +-- samples/test/features/security-questions-enrollment.feature | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/samples/config.js b/samples/config.js index d74e35099..8eaf97ba5 100644 --- a/samples/config.js +++ b/samples/config.js @@ -106,8 +106,7 @@ const samples = [ 'social-idp', 'totp-signup', 'totp-signin', - // TODO: re-enable - OKTA-497098 - // 'security-questions-enrollment', + 'security-questions-enrollment', 'self-service-registration-password-optional', ], useEnv: true, diff --git a/samples/test/features/security-questions-enrollment.feature b/samples/test/features/security-questions-enrollment.feature index 7ade7496c..499c57e08 100644 --- a/samples/test/features/security-questions-enrollment.feature +++ b/samples/test/features/security-questions-enrollment.feature @@ -35,8 +35,6 @@ Feature: Security Questions And she sees an input box to enter her answer And she enters "Okta" in the answer And she submits the form - Then she is redirected to the "Select Authenticator" page - When she selects "Skip" on Email Then she is redirected to the "Root" page And she sees a table with her profile info And the cell for the value of "email" is shown and contains her "email"