Skip to content

Commit

Permalink
test: Mobile viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Jul 13, 2024
1 parent 318cb92 commit d28ca08
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ const config = defineConfig({
},

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },
{
name: "Mobile Chrome",
use: { ...devices["Pixel 5"] },
},
{
name: "Mobile Safari",
use: { ...devices["iPhone 12"] },
},

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

0 comments on commit d28ca08

Please sign in to comment.