Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
RISDEV-5888
  • Loading branch information
HPrinz committed Jan 3, 2025
1 parent 15e5ab9 commit 20b1674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test/e2e/caselaw/category-import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ test.describe("category import", () => {
)
await expect(
activeCitationsContainer.getByLabel("Listen Eintrag").nth(2),
).toHaveText(`Verbunden, BGH, 10.10.1964 |YYTestDoc0003`)
).toHaveText(/Verbunden, BGH, 10.10.1964.*/)
})
},
)
Expand Down

0 comments on commit 20b1674

Please sign in to comment.