fix: harden workflow console contracts
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user