Skip to content

Commit

Permalink
feat: disabled safari devices
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Nov 20, 2023
1 parent eba2dba commit c7f0598
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/simple/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,13 @@ const config: PlaywrightTestConfig = {
...devices["Desktop Firefox"],
},
},
{
name: "Desktop Safari",
use: {
...devices["Desktop Safari"],
},
},
// Test against mobile viewports.
{
name: "Mobile Chrome",
use: {
...devices["Pixel 5"],
},
},
{
name: "Mobile Safari",
use: devices["iPhone 12"],
},
],
};
export default config;

0 comments on commit c7f0598

Please sign in to comment.