From ef8f23723327b361253baf01df378ef47bccdfd5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 1 Mar 2026 05:16:27 +0000 Subject: [PATCH] fix(tests): remove redundant Firefox-only test skipping logic --- tests/core/caddy-import/caddy-import-firefox.spec.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/core/caddy-import/caddy-import-firefox.spec.ts b/tests/core/caddy-import/caddy-import-firefox.spec.ts index b1df798f..6632d147 100644 --- a/tests/core/caddy-import/caddy-import-firefox.spec.ts +++ b/tests/core/caddy-import/caddy-import-firefox.spec.ts @@ -22,10 +22,6 @@ import { test, expect } from '../../fixtures/auth-fixtures'; import { Page } from '@playwright/test'; import { ensureImportUiPreconditions, resetImportSession, waitForSuccessfulImportResponse } from './import-page-helpers'; -function firefoxOnly(browserName: string) { - test.skip(browserName !== 'firefox', 'This suite only runs on Firefox'); -} - /** * Helper to set up import API mocks */ @@ -91,10 +87,6 @@ async function setupImportMocks(page: Page, success: boolean = true) { } test.describe('Caddy Import - Firefox-Specific @firefox-only', () => { - test.beforeEach(async ({ browserName }) => { - firefoxOnly(browserName); - }); - /** * TEST 1: Event listener attachment verification * Ensures the Parse button has proper click handlers in Firefox