diff --git a/apps/frontend/src/pages/Build/BuildDetail.tsx b/apps/frontend/src/pages/Build/BuildDetail.tsx
index 92bf99b5a..6a393e16a 100644
--- a/apps/frontend/src/pages/Build/BuildDetail.tsx
+++ b/apps/frontend/src/pages/Build/BuildDetail.tsx
@@ -199,7 +199,7 @@ const BaseScreenshot = ({ diff }: { diff: Diff }) => {
}
>
@@ -228,9 +228,8 @@ const BaseScreenshot = ({ diff }: { diff: Diff }) => {
/>
{
>
diff --git a/playwright.config.mjs b/playwright.config.mjs
index 307ae60ae..a34dd2df2 100644
--- a/playwright.config.mjs
+++ b/playwright.config.mjs
@@ -61,6 +61,12 @@ const config = {
...devices["Desktop Chrome"],
},
},
+ {
+ name: "firefox",
+ use: {
+ ...devices["Desktop Firefox"],
+ },
+ },
],
/* Folder for test artifacts such as screenshots, videos, traces, etc. */