diff --git a/playwright-tests/tests/home.spec.ts b/playwright-tests/tests/home.spec.ts index 55c9e40..d6cc6dd 100644 --- a/playwright-tests/tests/home.spec.ts +++ b/playwright-tests/tests/home.spec.ts @@ -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(); }); });