Skip to content

Commit

Permalink
Remove digitaltauglichkeit routes from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolcher committed Nov 22, 2024
1 parent cd98ad7 commit 64964c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dito/tests/playwright/a11y/general.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test.describe("basic example a11y test", () => {
test("check a11y of all routes", async ({ page }) => {
for (const route of allRoutes.filter(
(allRoute) =>
!allRoute.url.includes("/digitaltauglichkeit") && // TODO: include after pw is removed
!allRoute.url.endsWith(".pdf") &&
!allRoute.url.endsWith(ROUTE_SUPPORT.url),
)) {
Expand Down

0 comments on commit 64964c7

Please sign in to comment.