diff --git a/frontend/test/shared/components/pagination.spec.ts b/frontend/test/shared/components/pagination.spec.ts index 694741f5ac..aeec54838a 100644 --- a/frontend/test/shared/components/pagination.spec.ts +++ b/frontend/test/shared/components/pagination.spec.ts @@ -35,12 +35,7 @@ describe("Pagination", () => { test("display navigation", async () => { renderComponent() - for (const element of [ - "zurück", - "1 von 1", - "vor", - "5 Ergebnisse gefunden.", - ]) { + for (const element of ["zurück", "vor"]) { await screen.findByText(element) } })