Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: playwright tests cancelled after timeout (and other issues) #6308

Merged
merged 7 commits into from
May 15, 2023
Prev Previous commit
ci: temp rm of webkit from playwright
- due to secret key download issues only on webkit
  • Loading branch information
LinHuiqing committed May 12, 2023
commit a12a88cbc3c27956e4f4a8c565ea8a2ab1e9fa37
12 changes: 6 additions & 6 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ const config: PlaywrightTestConfig = {
},
},

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

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