From 8bf792a88f04b21f0190205b07702e4029cc67fb Mon Sep 17 00:00:00 2001 From: Cashew Date: Wed, 31 Jan 2024 23:52:27 +0700 Subject: [PATCH] fix lint, add setup dependency --- playwright.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playwright.config.js b/playwright.config.js index 7d92eb78b2..aa98357442 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -76,8 +76,9 @@ export default defineConfig({ dependencies: ['playwright setup'] }, { - name: 'firefox', - use: { ...devices['Desktop Firefox'] }, + name: 'firefox', + use: {...devices['Desktop Firefox']}, + dependencies: ['playwright setup'] } // {