Skip to content

Commit 5646ed3

Browse files
committed
clean
1 parent 32a3533 commit 5646ed3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

e2e/react-start/server-functions/tests/server-functions.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,7 @@ test('redirect in server function called in query during SSR', async ({
482482
page,
483483
}) => {
484484
// Test direct navigation to a route with a server function that redirects
485-
// when called inside a query without special SSR handling
486-
// This should work fine in React
485+
// when called inside a query with ssr: true
487486
await page.goto('/redirect-test-ssr')
488487

489488
// Should redirect to target page

e2e/solid-start/server-functions/tests/server-functions.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ test('redirect in server function called in query during SSR', async ({
488488
page,
489489
}) => {
490490
// Test direct navigation to a route with a server function that redirects
491-
// when called inside a query without ssr: 'data-only'
492-
// This reproduces the issue from the bug report
491+
// when called inside a query with ssr: true
493492
await page.goto('/redirect-test-ssr')
494493

495494
// Should redirect to target page

0 commit comments

Comments
 (0)