fix: disable broken firefox e2e tests

This commit is contained in:
Daniel Regeci
2025-12-18 11:24:31 +07:00
parent d610befa81
commit bf72a270c7
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ jobs:
- run: npm run test
- uses: DevExpress/testcafe-action@latest
with:
args: "chrome,firefox e2e/altcha.fixture.ts --hostname localhost"
args: "chrome e2e/altcha.fixture.ts --hostname localhost"

View File

@@ -78,7 +78,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write ./src/**/*",
"test": "vitest run tests/helpers.test.ts",
"test:e2e": "testcafe chrome,firefox e2e/altcha.fixture.ts --hostname localhost",
"test:e2e": "testcafe chrome e2e/altcha.fixture.ts --hostname localhost",
"prepare": "husky"
},
"devDependencies": {