From 9018b4c9fe44cf47e4dd906a0177482fb9baed62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Malte=20J=C3=BCrgens?= <maltejur@dismail.de>
Date: Fri, 16 Feb 2024 18:34:43 +0100
Subject: [PATCH] Enable e2e testing on Firefox

---
 playwright.config.js | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/playwright.config.js b/playwright.config.js
index b7badf1cc0..38851e2d12 100644
--- a/playwright.config.js
+++ b/playwright.config.js
@@ -64,13 +64,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',