fix(tests): fix the one e2e test, rename the search test

This commit is contained in:
perf3ct 2025-06-18 20:54:19 +00:00
parent 812b7c21b0
commit 7d3ad04006
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
2 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ jobs:
- name: Run frontend E2E tests
working-directory: ./frontend
run: npm test -- SearchPage.integration.test
run: npm test -- SearchPage.e2e.test
env:
VITE_API_URL: http://localhost:8000