diff --git a/playwright.config.js b/playwright.config.js index 4fe94a0..903bba3 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -46,12 +46,12 @@ const config = { /* Configure projects for major browsers */ projects: [ - // { - // name: 'chromium', - // use: { - // ...devices['Desktop Chrome'], - // }, - // }, + { + name: 'chromium', + use: { + ...devices['Desktop Chrome'], + }, + }, // { // name: 'firefox', @@ -68,12 +68,12 @@ const config = { // }, /* Test against mobile viewports. */ - { - name: 'Mobile Chrome', - use: { - ...devices['Pixel 5'], - }, - }, + // { + // name: 'Mobile Chrome', + // use: { + // ...devices['Pixel 5'], + // }, + // }, // { // name: 'Mobile Safari', // use: {