Skip to content

Commit

Permalink
tests/work.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 17, 2024
1 parent 778e3ac commit de9f3ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/work.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ test.describe("Work page component", async () => {
});

test("renders the Work top level metadata", async ({ page, workPage }) => {
return;
await expect(page.getByTestId("title")).toContainText(
canaryWork.title || "",
);
Expand Down

0 comments on commit de9f3ac

Please sign in to comment.