Skip to content

Commit

Permalink
feat: add test and fix flow logic
Browse files Browse the repository at this point in the history
Co-authored-by: aaschlote <[email protected]>
Co-authored-by: judithmh <[email protected]>
  • Loading branch information
3 people committed Feb 19, 2025
1 parent 7aed580 commit 3d3700f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const cases = [
"/persoenliche-daten/weitere-personen/frage",
"/persoenliche-daten/weitere-personen/uebersicht",
"/prozessfuehrung/zeugen",
"/prozessfuehrung/videoverhandlung",
],
],
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
"guard": "isMissingAddWeiterePersonen",
"target": "#weitere-personen.warnung"
},
"#prozessfuehrung.zeugen"
{
"guard": "persoenlichenDatenDone",
"target": "#prozessfuehrung.zeugen"
}
],
"add-weiterePersonen": {
"guard": "isValidWeiterePersonenArrayIndex",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const cases = [
videoverhandlung: "yes",
},
[
"/prozessfuehrung/zeugen",
"/prozessfuehrung/videoverhandlung",
"/prozessfuehrung/versaeumnisurteil",
"/prozessfuehrung/zahlung-nach-klageeinreichung",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
},
"#weitere-personen.frage"
],
"SUBMIT": [
{
"guard": "persoenlichenDatenDone",
"target": "videoverhandlung"
}
]
"SUBMIT": "videoverhandlung"
}
},
"videoverhandlung": {
Expand Down

0 comments on commit 3d3700f

Please sign in to comment.