From 200b5cda3af6bdd0beb28c932b1843985270b08c Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Wed, 3 Jan 2024 17:30:02 +0300 Subject: [PATCH] Try to fix port errors --- tests/playwright.config.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/playwright.config.ts b/tests/playwright.config.ts index 15c1de490..7e0c51708 100644 --- a/tests/playwright.config.ts +++ b/tests/playwright.config.ts @@ -42,15 +42,15 @@ export default defineConfig({ use: { ...devices['Desktop Chrome'] }, }, - { - name: 'firefox', - use: { ...devices['Desktop Firefox'] }, - }, + // { + // name: 'firefox', + // use: { ...devices['Desktop Firefox'] }, + // }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] }, - }, + // { + // name: 'webkit', + // use: { ...devices['Desktop Safari'] }, + // }, /* Test against mobile viewports. */ // {