Skip to content

Commit 5068f1c

Browse files
authored
fix(e2e): Update signUpForceRedirectUrl check in keyless mode test (#7266)
1 parent 3438d17 commit 5068f1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/rare-birds-turn.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
---

integration/tests/next-quickstart-keyless.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test.describe('Keyless mode @quickstart', () => {
8888

8989
const signUpForceRedirectUrlCheck =
9090
signUpForceRedirectUrl?.startsWith(urlToReturnTo) ||
91-
(signUpForceRedirectUrl?.startsWith(`${dashboardUrl}workspace-selection`) &&
91+
(signUpForceRedirectUrl?.startsWith(`${dashboardUrl}prepare-account`) &&
9292
signUpForceRedirectUrl?.includes(encodeURIComponent('apps/claim?token=')));
9393

9494
return (

0 commit comments

Comments
 (0)