Skip to content

Commit 2d29dc0

Browse files
committed
reenable firefox proejct
1 parent 7bbe613 commit 2d29dc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/playground/website/playwright/playwright.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ export const playwrightConfig: PlaywrightTestConfig = {
4141
},
4242
},
4343

44-
// {
45-
// name: 'firefox',
46-
// use: { ...devices['Desktop Firefox'] },
47-
// },
44+
{
45+
name: 'firefox',
46+
use: { ...devices['Desktop Firefox'] },
47+
},
4848

4949
// Safari runner is disabled in CI – it used to be enabled but the tests
5050
// failed randomly without any obvious reason.

0 commit comments

Comments
 (0)