Skip to content

Commit e5a4901

Browse files
authored
fix(e2e): Refactor redirect URL check for workspace-selection (#6476)
1 parent 90acc76 commit e5a4901

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/strong-games-dream.md

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

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

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

8686
const signUpForceRedirectUrlCheck =
8787
signUpForceRedirectUrl?.startsWith(urlToReturnTo) ||
88-
(signUpForceRedirectUrl?.startsWith(`${dashboardUrl}organization-selection`) &&
88+
(signUpForceRedirectUrl?.startsWith(`${dashboardUrl}workspace-selection`) &&
8989
signUpForceRedirectUrl?.includes(encodeURIComponent('apps/claim?token=')));
9090

9191
return (

0 commit comments

Comments
 (0)