We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea170 commit 58d655aCopy full SHA for 58d655a
packages/kit/test/apps/basics/test/test.js
@@ -1615,7 +1615,7 @@ test.describe('remote functions', () => {
1615
);
1616
});
1617
1618
- test('query redirects on page load (query on page)', async ({ page }) => {
+ test('query redirects on page load (query on page)', async ({ page, javaScriptEnabled }) => {
1619
// TODO remove once async SSR exists
1620
if (!javaScriptEnabled) return;
1621
0 commit comments