feat(FN-2128): merge fusion/fn-2128

This commit is contained in:
Fusion
2026-04-19 07:06:37 -07:00
committed by gsxdsm
parent 151b1fdd8d
commit 4842ecfc83
3 changed files with 30 additions and 10 deletions

View File

@@ -827,7 +827,7 @@ describe("PlanningModeModal", () => {
});
expect(screen.getByText("List your acceptance criteria")).toBeDefined();
expect(screen.getByText("Medium")).toBeDefined();
expect(within(screen.getByTestId("conversation-history")).getByText("Medium")).toBeDefined();
expect(screen.getByText("Must support offline mode")).toBeDefined();
expect(screen.getByText("What should we prioritize next?")).toBeDefined();
});