Fill the stakeholders step progress bar to 3-2 so it matches final-review while that step stays before review.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -51,6 +51,12 @@ describe("getProportionBarProgressForCreateFlowStep", () => {
|
||||
).toBe("3-0");
|
||||
});
|
||||
|
||||
it("uses 3-2 on confirm-stakeholders (same fill as final-review)", () => {
|
||||
expect(
|
||||
getProportionBarProgressForCreateFlowStep("confirm-stakeholders"),
|
||||
).toBe("3-2");
|
||||
});
|
||||
|
||||
it("uses 3-2 on edit-rule (same as final-review segment)", () => {
|
||||
expect(getProportionBarProgressForCreateFlowStep("edit-rule")).toBe("3-2");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user