Skip to content

Commit

Permalink
fix: typo [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Mar 28, 2024
1 parent 3c9cb02 commit 7988ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/beratungshilfeFormular/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test("beratungshilfe formular can be traversed", async ({ page }) => {
await startAbgabe(page);
});

test("invalid array index redirects to initial step of sublow", async ({
test("invalid array index redirects to initial step of subflow", async ({
page,
}) => {
await expectPageToBeAccessible({ page });
Expand Down

0 comments on commit 7988ea3

Please sign in to comment.