Skip to content

Commit

Permalink
fix lint, add setup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Jan 31, 2024
1 parent 9e09dbc commit 8bf792a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}

// {
Expand Down

0 comments on commit 8bf792a

Please sign in to comment.