Skip to content

Commit

Permalink
Disable WebKit
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 24, 2024
1 parent d61be12 commit c4a33d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ const config: PlaywrightTestConfig = {
},
},
},

{
name: 'webkit',
use: {
...devices['Desktop Safari'],
},
},
// Disabling WebKit for v0.78, it's flakey and updating to the latest Playwright would require updating all the snapshots and reverifying them
// {
// name: 'webkit',
// use: {
// ...devices['Desktop Safari'],
// },
// },
],
};

Expand Down

0 comments on commit c4a33d4

Please sign in to comment.