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 22b71dc commit 44fe609Copy full SHA for 44fe609
dev-packages/e2e-tests/test-applications/nextjs-15/tests/async-params.test.ts
@@ -1,7 +1,7 @@
1
import { expect, test } from '@playwright/test';
2
import fs from 'fs';
3
4
-test.only('should not print warning for async params', async ({ page }) => {
+test('should not print warning for async params', async ({ page }) => {
5
test.skip(
6
process.env.TEST_ENV !== 'development' && process.env.TEST_ENV !== 'dev-turbopack',
7
'should be skipped for non-dev mode',
0 commit comments