diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4e97d55e..64ad93d7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -29,7 +29,7 @@ jobs: run: npm run start:playwright & - name: Wait for server - run: npx wait-on http://localhost:3000 && sleep 15 + run: npx wait-on http://localhost:3000 - name: Run Playwright tests run: npx playwright test work.spec.ts --debug