Skip to content

Commit

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

0 comments on commit af142ff

Please sign in to comment.