Skip to content

Commit 29b6c3f

Browse files
authored
fix(auth): provide NEXT_PUBLIC_BACKEND_CONFIG for resumable mfa E2E (#14090)
Add public backend config param to next test
1 parent fe315be commit 29b6c3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/integ-config/integ-all.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,9 @@ tests:
623623
sample_name: [mfa]
624624
spec: sign-in-resumable-mfa
625625
browser: *minimal_browser_list
626-
626+
env:
627+
NEXT_PUBLIC_BACKEND_CONFIG: resum-signin
628+
627629
# DISABLED Angular/Vue tests:
628630
# TODO: delete tests or add custom ui logic to support them.
629631

0 commit comments

Comments
 (0)