diff --git a/src/Web/E2E/playwright.config.ts b/src/Web/E2E/playwright.config.ts index 412addb..2cfc9ff 100644 --- a/src/Web/E2E/playwright.config.ts +++ b/src/Web/E2E/playwright.config.ts @@ -55,13 +55,7 @@ const config: PlaywrightTestConfig = { use: { channel: 'msedge', }, - }, - { - name: 'Pixel 5', - use: { - ...devices['Pixel 5'], - }, - }, + }, /* Test against mobile viewports. */ // {