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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user