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 4e50b9f commit cab48dcCopy full SHA for cab48dc
packages/kit/test/apps/basics/test/test.js
@@ -1505,7 +1505,7 @@ test.describe.parallel('Load', () => {
1505
}
1506
});
1507
1508
- test.only('using window.fetch causes a warning', async ({ page, javaScriptEnabled }) => {
+ test('using window.fetch causes a warning', async ({ page, javaScriptEnabled }) => {
1509
if (javaScriptEnabled && process.env.DEV) {
1510
const warnings = [];
1511
0 commit comments