Skip to content

Commit 58d655a

Browse files
committed
oops
1 parent e1ea170 commit 58d655a

File tree

1 file changed

+1
-1
lines changed
  • packages/kit/test/apps/basics/test

1 file changed

+1
-1
lines changed

packages/kit/test/apps/basics/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ test.describe('remote functions', () => {
16151615
);
16161616
});
16171617

1618-
test('query redirects on page load (query on page)', async ({ page }) => {
1618+
test('query redirects on page load (query on page)', async ({ page, javaScriptEnabled }) => {
16191619
// TODO remove once async SSR exists
16201620
if (!javaScriptEnabled) return;
16211621

0 commit comments

Comments
 (0)