Skip to content

Commit

Permalink
test(e2e): unskip pkh formular traversal test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtrfl committed Oct 11, 2024
1 parent 27d5a25 commit a4ac763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test("forwarded to initial step", async ({ page }) => {
);
});

test.skip("prozesskostenhilfe formular can be traversed", async ({ page }) => {
test("prozesskostenhilfe formular can be traversed", async ({ page }) => {
// /prozesskostenhilfe/formular/start/start
await expectPageToBeAccessible({ page });
await prozesskostenhilfeFormular.clickNext();
Expand Down

0 comments on commit a4ac763

Please sign in to comment.