Skip to content

Commit 80abdc3

Browse files
committed
fix: Removed mobile chrome
1 parent 0e11bbd commit 80abdc3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/playwright.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ export default defineConfig({
2929
name: 'webkit',
3030
use: { ...devices['Desktop Safari'] },
3131
},
32-
{
33-
name: 'Mobile Chrome',
34-
use: { ...devices['Pixel 5'] },
35-
},
3632
],
3733
webServer: {
3834
command: `cd ../exampleSite && hugo mod get && hugo --gc -e production && hugo serve --port ${PORT}`,

0 commit comments

Comments
 (0)