From 225e8b4ff4187c60e154836b2269c4b6da82021a Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 14 Apr 2024 10:39:00 +0200 Subject: Add tests for atom updated, and rss lastBuildDate fields --- playwright.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'playwright.config.js') diff --git a/playwright.config.js b/playwright.config.js index 6d4e8e6..79713a7 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -37,17 +37,17 @@ module.exports = defineConfig({ { name: 'chromium', use: { ...devices['Desktop Chrome'] } - }, + } - { - name: 'firefox', - use: { ...devices['Desktop Firefox'] } - }, + // { + // name: 'firefox', + // use: { ...devices['Desktop Firefox'] } + // }, - { - name: 'webkit', - use: { ...devices['Desktop Safari'] } - } + // { + // name: 'webkit', + // use: { ...devices['Desktop Safari'] } + // } /* Test against mobile viewports. */ // { -- cgit v1.2.3