Skip to content

Commit

Permalink
chore: revert changes in examples configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSedzik committed Jan 4, 2024
1 parent f41c5c4 commit 58c2911
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 58c2911

Please sign in to comment.