summaryrefslogtreecommitdiffstats
path: root/playwright.config.js
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-14 10:39:00 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-14 11:22:13 +0200
commit225e8b4ff4187c60e154836b2269c4b6da82021a (patch)
treec175452094357ecb863cc7479abbfcf51c80f8d0 /playwright.config.js
parentaaad4f7b8fdd96573e9c3c3910d8c8a2c418841b (diff)
downloadgohugo-theme-ed-225e8b4ff4187c60e154836b2269c4b6da82021a.tar.gz
Add tests for atom updated, and rss lastBuildDate fields
Diffstat (limited to 'playwright.config.js')
-rw-r--r--playwright.config.js18
1 files changed, 9 insertions, 9 deletions
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. */
// {