From 7a79b3823223c4d935cb922c2cc4fa01ddaac68e Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Wed, 13 Sep 2023 21:56:28 -0500 Subject: [PATCH] Updated test config. --- .github/integ-config/integ-all.yml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index da73185f8c3..67553340264 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -429,14 +429,13 @@ tests: # browser: *minimal_browser_list # AUTH - # TODO(v6) Migrate - # - test_name: integ_react_auth_1_react_authenticator - # desc: 'React Authenticator' - # framework: react - # category: auth - # sample_name: [amplify-authenticator] - # spec: new-ui-authenticator - # browser: *minimal_browser_list + - test_name: integ_react_javascript_authentication + desc: 'React Authentication' + framework: react + category: auth + sample_name: [javascript-auth] + spec: functional-auth + browser: *minimal_browser_list # TODO(v6) Migrate? # - test_name: integ_react_auth_1_guest_to_authenticated_user # desc: 'Guest to Authenticated User' @@ -445,14 +444,14 @@ tests: # sample_name: [guest-to-auth-user] # spec: guest-to-auth-user # browser: *minimal_browser_list - - test_name: integ_react_auth_1_react_typescript_authentication + - test_name: integ_react_typescript_authentication desc: 'React Typescript Authentication' framework: react category: auth - sample_name: [typescript-amplify-authentication] - spec: functional-authentication + sample_name: [typescript-auth] + spec: functional-auth browser: *minimal_browser_list - - test_name: integ_react_auth_2_react_credentials_different_region + - test_name: integ_react_credentials_different_region desc: 'React Credentials Different Region' framework: react category: auth @@ -530,7 +529,7 @@ tests: # sample_name: [authenticator-vue3] # spec: new-ui-authenticator # browser: *minimal_browser_list - # TODO(v6) Migrate + # TODO(v6) Migrate once SSR updates available # - test_name: integ_next_auth_authenticator_and_ssr_page # desc: 'Authenticator and SSR page' # framework: next @@ -538,7 +537,7 @@ tests: # sample_name: [auth-ssr] # spec: auth-ssr # browser: *minimal_browser_list - # TODO(v6) Migrate + # TODO(v6) Migrate once SSR updates available # - test_name: integ_next_auth_authenticator_and_rsc_page # desc: 'Authenticator and RSC page' # framework: next