fix: harden workflow console contracts

This commit is contained in:
lda
2026-08-09 03:26:26 +07:00 Verified
parent 255a26c210
commit eccc982598
39 changed files with 751 additions and 155 deletions
@@ -75,7 +75,9 @@ describe("ConsoleShell", () => {
);
const skipLink = screen.getByRole("link", { name: "Skip to main content" });
const main = screen.getByRole("main", { name: "Console workspace" });
expect(skipLink).toHaveAttribute("href", "#console-workspace-main");
expect(main).toHaveAttribute("tabindex", "-1");
await userEvent.tab();