test(FN-4223): complete Step 5 — lock disambiguation copy assertions

Fusion-Task-Id: FN-4223
Fusion-Task-Lineage: bc114ff2-ee0f-4e96-b1d2-6ba3112a48e4
This commit is contained in:
Fusion
2026-05-13 05:11:43 -07:00
committed by gsxdsm
parent 122f8e1986
commit 39efb98114
4 changed files with 19 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ describe("ResearchView", () => {
render(<ResearchView projectId="p1" />);
expect(await screen.findByLabelText("Query")).toBeInTheDocument();
expect(screen.getByText("Cited search and synthesis runs: gather sources, fetch content, and synthesize findings.")).toBeInTheDocument();
expect(screen.queryByText(/Research defaults are incomplete/i)).not.toBeInTheDocument();
expect(screen.queryByTestId("research-state-unavailable")).not.toBeInTheDocument();
});