From 2cfb0073821ed48865bdfd9f71a49308fbd26a8d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 17 Jan 2023 19:23:13 +0100 Subject: [PATCH] test: fix stress test bots (#20138) This started failing in https://github.com/microsoft/playwright/pull/20061. Error: https://github.com/microsoft/playwright/actions/runs/3906084857/jobs/6673856806#step:8:15 --- tests/stress/playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,