Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 12, 2024
1 parent 84f7206 commit 09174d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npx wait-on http://localhost:3000

- name: Run Playwright tests
run: npx playwright test
run: npx playwright test --workers 4 --headed --retries 1 --timeout 30000
env:
BASE_URL: ${{ secrets.BASE_URL }}

Expand Down
2 changes: 2 additions & 0 deletions tests/work.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ test.describe("Work page component", async () => {
test("renders the Work top level metadata", async ({ page, workPage }) => {
await expect(workPage).toBeDefined();

console.log(canaryWork);

await page.waitForLoadState("domcontentloaded");
// const metadataEl = page.getByTestId("metadata");

Expand Down

0 comments on commit 09174d7

Please sign in to comment.