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 2002d58 commit 0347acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/work.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,11 @@ test.describe("Work page component", async () => {
// await expect(workCountTypes.nth(2)).toContainText("1");
});

return;

test("renders the Explore Further section Clover sliders", async ({
page,
}) => {
console.log("renders the Explore Further section Clover sliders (go)");

await page.getByRole("button", { name: "Dismiss" }).click();
const relatedItems = page.getByTestId("related-items");

Expand Down

0 comments on commit 0347acb

Please sign in to comment.