Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Aug 6, 2024
1 parent af142ff commit 08a5254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playwright-tests/tests/home.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ test.describe("Homepage", () => {
await expect(searchInput).toBeVisible();
await searchInput.fill("test");
await expect(
page.getByRole("heading", { name: "Sorry, we could not find any results" }),
page.getByRole("heading", {
name: "Sorry, we could not find any results",
}),
).toBeVisible();
});
});

0 comments on commit 08a5254

Please sign in to comment.