Skip to content

Commit c4d18f4

Browse files
uncomment mobile projects
1 parent 8b379f0 commit c4d18f4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

playwright.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ export default defineConfig({
5050
},
5151

5252
/* Test against mobile viewports. */
53-
// {
54-
// name: 'Mobile Chrome',
55-
// use: { ...devices['Pixel 5'] },
56-
// },
57-
// {
58-
// name: 'Mobile Safari',
59-
// use: { ...devices['iPhone 12'] },
60-
// },
53+
{
54+
name: 'mobile-chrome',
55+
use: { ...devices['Pixel 5'] },
56+
},
57+
{
58+
name: 'mobile-safari',
59+
use: { ...devices['iPhone 12'] },
60+
},
6161

6262
/* Test against branded browsers. */
6363
// {

0 commit comments

Comments
 (0)