Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 11, 2024
1 parent 4a355f0 commit 5a0ecea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/work.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ test.describe("Work page component", async () => {
const metadataEl = page.getByTestId("metadata");

await page.getByRole("button", { name: "Dismiss" }).click();

await page.waitForLoadState("domcontentloaded");
await expect(page.getByTestId("title")).toContainText(
canaryWork.title || "",
);

// await expect(page.getByTestId("summary")).toContainText(
// canaryWork.description.join(", ") || "",
// );
Expand Down

0 comments on commit 5a0ecea

Please sign in to comment.