From 96a7b1bfaba10b93a74f4c77401bce00783d247f Mon Sep 17 00:00:00 2001 From: ManojNB Date: Mon, 29 Jul 2024 14:40:14 -0700 Subject: [PATCH] chore: add test and update push-integ branch --- .github/integ-config/integ-all.yml | 9 ++++++++- .github/workflows/push-integ-test.yml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index d29ae41ba42..6252004d406 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -514,6 +514,13 @@ tests: sample_name: [sign-in-with-oauth] spec: sign-in-with-oauth browser: [chrome] + - test_name: integ_vue_sign_out_of_oidc_provider + desc: 'Sign-out of OIDC provider' + framework: vue + category: auth + sample_name: [sign-out-oidc-provider] + spec: sign-out-oidc-provider + browser: [chrome] # AUTH GEN2 - test_name: integ_react_javascript_authentication_gen2 @@ -829,7 +836,7 @@ tests: sample_name: [guest-access] spec: storage-client-server browser: *minimal_browser_list - + # INAPPMESSAGING - test_name: integ_in_app_messaging desc: 'React InApp Messaging' diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index 03e43dd2865..abcbb5e255b 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - replace-with-your-branch + - fix/redirect-rn jobs: e2e: