Right rail template

This commit is contained in:
adilallo
2026-02-28 23:16:10 -07:00
parent f5bfb25f5e
commit 0799636c78
60 changed files with 1255 additions and 305 deletions
+6 -2
View File
@@ -32,7 +32,9 @@ describe("Create flow cards page", () => {
render(<CardsPage />);
expect(
screen.getByText("How should this community communicate with each-other?"),
screen.getByText(
"How should this community communicate with each-other?",
),
).toBeInTheDocument();
});
@@ -58,7 +60,9 @@ describe("Create flow cards page", () => {
});
await user.click(toggle);
expect(screen.getByRole("button", { name: "Show less" })).toBeInTheDocument();
expect(
screen.getByRole("button", { name: "Show less" }),
).toBeInTheDocument();
expect(
screen.getByText(
"What method should this community use to communicate with eachother?",