Skip to content

Commit

Permalink
Enable Mobile Safari tests
Browse files Browse the repository at this point in the history
Try if it works with new nightly tests config
  • Loading branch information
mpanne committed Feb 3, 2025
1 parent 9719938 commit 7419157
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions playwright.config-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ export const allProjects = [
name: "Mobile Chrome",
use: { ...devices["Pixel 7"] },
},
// Omit tests with mobile safari due to very flaky test results
// {
// name: "Mobile Safari",
// use: { ...devices["iPhone 14 Pro"] },
// },
{
name: "Mobile Safari",
use: { ...devices["iPhone 14 Pro"] },
},
{
name: "Tablet Chrome",
use: { ...devices["Galaxy Tab S4 landscape"] },
Expand Down

0 comments on commit 7419157

Please sign in to comment.