From 58c291197d4a55cff21f3f010721e29e40d7c5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20S=C4=99dzik?= Date: Thu, 4 Jan 2024 14:39:59 +0100 Subject: [PATCH] chore: revert changes in examples configuration --- examples/playwright.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/playwright.config.ts b/examples/playwright.config.ts index e5430ef..38f082b 100644 --- a/examples/playwright.config.ts +++ b/examples/playwright.config.ts @@ -17,12 +17,8 @@ export default defineConfig({ projects: [ { name: 'chromium', - use: { ...devices['Desktop Chrome'] }, + use: { ...devices['Desktop Chrome'] } } - // { - // name: 'firefox', - // use: { ...devices['Desktop Firefox'] }, - // }, ], webServer: { command: 'npm run start',