From 12bc7359f5f9a91b4232bddf38c113ebdfff11c8 Mon Sep 17 00:00:00 2001 From: israx <70438514+israx@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:10:30 -0400 Subject: [PATCH] feat(ci): enable sign-in-with-oauth e2e test on vue (#13449) feat: enable sign-in-with-oauth on vue --- .github/integ-config/integ-all.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 24f2f24a090..76976c98f42 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -595,6 +595,13 @@ tests: spec: sign-in-with-oauth browser: [chrome] backend: gen2 + - test_name: integ_vue_sign_in_with_oauth_gen2 + desc: 'Sign-in with the OAuth flow' + framework: vue + category: auth + sample_name: [sign-in-with-oauth] + spec: sign-in-with-oauth + browser: [chrome] # DISABLED Angular/Vue tests: # TODO: delete tests or add custom ui logic to support them.