Skip to content

Commit bf72a27

Browse files
committed
fix: disable broken firefox e2e tests
1 parent d610bef commit bf72a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- run: npm run test
2121
- uses: DevExpress/testcafe-action@latest
2222
with:
23-
args: "chrome,firefox e2e/altcha.fixture.ts --hostname localhost"
23+
args: "chrome e2e/altcha.fixture.ts --hostname localhost"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"check": "svelte-check --tsconfig ./tsconfig.json",
7979
"format": "prettier --write ./src/**/*",
8080
"test": "vitest run tests/helpers.test.ts",
81-
"test:e2e": "testcafe chrome,firefox e2e/altcha.fixture.ts --hostname localhost",
81+
"test:e2e": "testcafe chrome e2e/altcha.fixture.ts --hostname localhost",
8282
"prepare": "husky"
8383
},
8484
"devDependencies": {

0 commit comments

Comments
 (0)