mirror of
https://github.com/altcha-org/altcha.git
synced 2026-01-24 20:06:40 +00:00
fix: disable broken firefox e2e tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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"
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user