Skip to content

Commit

Permalink
Replace regex in test
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Feb 27, 2025
1 parent 99e9cd5 commit 8d40259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/examplePages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test.describe("Visualizations Overview Page", () => {
]);

await newTab.waitForLoadState("load");
expect(newTab.url()).toMatch(/.*visualisierung.*/);
expect(newTab.url()).toContain("visualisierung");
});

test("navigation to regulation detail works", async ({ page }) => {
Expand Down

0 comments on commit 8d40259

Please sign in to comment.