diff options
Diffstat (limited to 'playwright.config.js')
-rw-r--r-- | playwright.config.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/playwright.config.js b/playwright.config.js index 6c0029bb5d..6595bc4312 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -71,13 +71,12 @@ export default { }, }, - // disabled because of https://github.com/go-gitea/gitea/issues/21355 - // { - // name: 'firefox', - // use: { - // ...devices['Desktop Firefox'], - // }, - // }, + { + name: 'firefox', + use: { + ...devices['Desktop Firefox'], + }, + }, { name: 'webkit', |