Skip to content

Commit

Permalink
Enable e2e for Mobile Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 2, 2023
1 parent 307d905 commit 2c5f2b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ export default defineConfig({
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },
{
name: "Mobile Safari",
use: { ...devices["iPhone 13"] },
},

/* Test against branded browsers. */
// {
Expand Down

0 comments on commit 2c5f2b3

Please sign in to comment.