From f9ed87ce4feb5048a1a776f78de40b988c02ec00 Mon Sep 17 00:00:00 2001 From: James Jarvis Date: Fri, 22 Nov 2024 18:05:25 -0800 Subject: [PATCH] add more tests --- .github/integ-config/integ-all.yml | 40 +++++++++++++++--------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 445b976d16f..651bf3e43e2 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -890,7 +890,7 @@ tests: category: auth sample_name: [mfa] spec: mfa-req-email - browser: [chrome] + browser: *minimal_browser_list env: NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-email # - test_name: integ_next_mfa_req_phone @@ -902,15 +902,15 @@ tests: # browser: [chrome] # env: # NEXT_PUBLIC_BACKEND_CONFIG: mfa-req-phone - # - test_name: integ_next_mfa_opt_email - # desc: 'mfa optional with email sign in attribute' - # framework: next - # category: auth - # sample_name: [mfa] - # spec: mfa-opt-email - # browser: [chrome] - # env: - # NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-email + - test_name: integ_next_mfa_opt_email + desc: 'mfa optional with email sign in attribute' + framework: next + category: auth + sample_name: [mfa] + spec: mfa-opt-email + browser: *minimal_browser_list + env: + NEXT_PUBLIC_BACKEND_CONFIG: mfa-opt-email # - test_name: integ_next_mfa_opt_phone # desc: 'mfa optional with phone sign in attribute' # framework: next @@ -926,7 +926,7 @@ tests: category: auth sample_name: [mfa] spec: mfa-setup - browser: [chrome] + browser: *minimal_browser_list env: NEXT_PUBLIC_BACKEND_CONFIG: mfa-setup - test_name: integ_next_passwordless_auto_sign_in @@ -938,15 +938,15 @@ tests: browser: *minimal_browser_list env: NEXT_PUBLIC_BACKEND_CONFIG: pwl-autosignin - # - test_name: integ_next_passwordless_first_factor_selection - # desc: 'passwordless sign in with first factor selection' - # framework: next - # category: auth - # sample_name: [mfa] - # spec: passwordless/first-factor-selection - # browser: *minimal_browser_list - # env: - # NEXT_PUBLIC_BACKEND_CONFIG: pwl-ffselect + - test_name: integ_next_passwordless_first_factor_selection + desc: 'passwordless sign in with first factor selection' + framework: next + category: auth + sample_name: [mfa] + spec: passwordless/first-factor-selection + browser: *minimal_browser_list + env: + NEXT_PUBLIC_BACKEND_CONFIG: pwl-ffselect - test_name: integ_next_passwordless_preferred_challenge desc: 'passwordless sign in with preferred challenge' framework: next