diff --git a/tests/stress/playwright.config.ts b/tests/stress/playwright.config.ts index 615f32690e..6be54a8a93 100644 --- a/tests/stress/playwright.config.ts +++ b/tests/stress/playwright.config.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import { defineConfig } from '@playwright/experimental-ct-react'; +import { defineConfig } from '@playwright/test'; export default defineConfig({ forbidOnly: !!process.env.CI,