fix(tests): fix the one e2e test, rename the search test
This commit is contained in:
parent
f23ce3ca4a
commit
cab0d75436
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue