Manage stakeholders implemented

This commit is contained in:
adilallo
2026-05-09 23:07:59 -06:00
parent 534c6c7c0e
commit 9f2141a62d
43 changed files with 2082 additions and 93 deletions
@@ -14,7 +14,7 @@ describe("ConfirmStakeholdersScreen", () => {
).toBeInTheDocument();
expect(
screen.getByText(
/Adding people at this step will invite them to see your proposed CommunityRule/i,
/Add their email addresses\. When you publish, we'll send each person a one-time link/i,
),
).toBeInTheDocument();
});