Skip to content

Commit

Permalink
test: disable e2e test with webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 30, 2023
1 parent 5f6d51d commit e89aa14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ const config: PlaywrightTestConfig = {
use: {
...devices['Desktop Firefox']
}
},
{
name: 'webkit',
use: {
...devices['Desktop Safari']
}
}
//{
// name: 'webkit',
// use: {
// ...devices['Desktop Safari']
// }
//}

/* Test against mobile viewports. */
// {
Expand Down

0 comments on commit e89aa14

Please sign in to comment.