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
run: |
npm ci
npx playwright install
npx playwright install --with-deps
npm test