Implement CE-WP-0010 Annotate & Attributes UX.
Rename Review→Annotate; Capture keeps Evidence and adds Attributes column (no bottom strip); evidence/attribute filters; card→citation connectors via shared Overlay bridges; finish workplan T01–T07.
This commit is contained in:
parent
dc7d8f7ce8
commit
e9f7676a1a
15 changed files with 241 additions and 437 deletions
|
|
@ -144,7 +144,7 @@ describe("FormsApp — active-evidence cycling (CE-WP-0003-T06)", () => {
|
|||
});
|
||||
|
||||
// Focus Summary, then click strip card → link gets created.
|
||||
const summaryField = screen.getByLabelText("Summary of the matter");
|
||||
const summaryField = screen.getByRole("textbox", { name: /Summary of the matter/ });
|
||||
await user.click(summaryField);
|
||||
await user.click(stripCard);
|
||||
|
||||
|
|
@ -167,7 +167,7 @@ describe("FormsApp — active-evidence cycling (CE-WP-0003-T06)", () => {
|
|||
//
|
||||
// Note: clicking the same field doesn't fire onFocus if it's already
|
||||
// focused. Move focus elsewhere first, then back.
|
||||
await user.click(screen.getByLabelText("Disputed amount"));
|
||||
await user.click(screen.getByRole("textbox", { name: /Disputed amount/ }));
|
||||
await user.click(summaryField);
|
||||
|
||||
// The strip card for the linked evidence has aria-current="true".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue