Skip to content

Commit

Permalink
Timeout :(
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 16, 2024
1 parent 1328426 commit d4cd2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/work.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ test.describe("Work page component", async () => {
// const metadataEl = page.getByTestId("metadata");

await expect(page).toHaveURL(`/items/${CANARY_WORK_ID}`);
await expect(page).toHaveURL(`/items/${CANARY_WORK_ID}x`);

// await expect(page.getByTestId("title")).toContainText(
// canaryWork.title || "",
Expand Down

0 comments on commit d4cd2f6

Please sign in to comment.