RuleTemplate seed and create flow

This commit is contained in:
adilallo
2026-04-10 22:17:52 -06:00
parent cee81eda16
commit ec5afd1464
47 changed files with 1706 additions and 265 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ describe("User Journey Integration", () => {
// Wait for dynamically imported RuleStack component
await waitFor(() => {
expect(screen.getByText("Consensus clusters")).toBeInTheDocument();
expect(screen.getByText("Circles")).toBeInTheDocument();
});
expect(screen.getByText("Elected Board")).toBeInTheDocument();
expect(screen.getByText("Consensus")).toBeInTheDocument();
@@ -250,7 +250,7 @@ describe("User Journey Integration", () => {
() => {
// Check for any of the governance card titles
const hasGovernanceContent =
screen.queryByText(/Consensus clusters/i) ||
screen.queryByText(/Circles/i) ||
screen.queryByText(/Elected Board/i) ||
screen.queryByText(/Petition/i);
expect(hasGovernanceContent).toBeTruthy();