Skip to content

Commit

Permalink
chore(functional): remove erroneous playwright projects
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Apr 24, 2024
1 parent ab848bd commit 3d220fc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/functional/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,5 @@ export default defineConfig({
name: 'tests-chromium',
use: { ...devices['Desktop Chrome'] },
},

{
name: 'tests-firefox',
use: { ...devices['Desktop Firefox'] },
},

{
name: 'tests-webkit',
use: { ...devices['Desktop Safari'] },
},

{
name: 'tests-ios',
use: { ...devices['iPhone 13'] },
},
],
});

0 comments on commit 3d220fc

Please sign in to comment.