Skip to content

Commit

Permalink
Fix frontend test
Browse files Browse the repository at this point in the history
RISDEV-2961
  • Loading branch information
HPrinz committed Dec 14, 2023
1 parent c42d346 commit c92735b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/test/shared/components/pagination.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
})
Expand Down

0 comments on commit c92735b

Please sign in to comment.