From 29b6c3fd373e394d30950b9f238fcb9c6bd48a03 Mon Sep 17 00:00:00 2001 From: Joon Choi <13882232+joon-won@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:20:47 -0800 Subject: [PATCH] fix(auth): provide NEXT_PUBLIC_BACKEND_CONFIG for resumable mfa E2E (#14090) Add public backend config param to next test --- .github/integ-config/integ-all.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 047a7385eb7..4fc85ee6ff4 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -623,7 +623,9 @@ tests: sample_name: [mfa] spec: sign-in-resumable-mfa browser: *minimal_browser_list - + env: + NEXT_PUBLIC_BACKEND_CONFIG: resum-signin + # DISABLED Angular/Vue tests: # TODO: delete tests or add custom ui logic to support them.