Update npm version of @playwright/test to fix failed test in GitHub Actions

This commit is contained in:
Faisal Salman 2024-11-30 14:37:50 +07:00
parent dbd24a579f
commit 48c221b50b
3 changed files with 1008 additions and 1519 deletions

View File

@ -19,5 +19,5 @@ jobs:
- name: Run the test - name: Run the test
run: | run: |
npm ci npm ci
npx playwright install npx playwright install --with-deps
npm test npm test

2523
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -220,7 +220,7 @@
"@babel/parser": "7.15.8", "@babel/parser": "7.15.8",
"@babel/traverse": "7.23.2", "@babel/traverse": "7.23.2",
"@jazzer.js/core": "^1.4.0", "@jazzer.js/core": "^1.4.0",
"@playwright/test": "~1.32.2", "@playwright/test": "^1.49.0",
"@types/node": "^22.9.1", "@types/node": "^22.9.1",
"@types/node-fetch": "^2.6.12", "@types/node-fetch": "^2.6.12",
"jshint": "~2.13.6", "jshint": "~2.13.6",