fix(web): a11y labelling — useId, named drawer/breadcrumb, translated combobox (#62)

This commit is contained in:
2026-06-08 19:00:28 +02:00
parent 546680017d
commit 0def81ab42
9 changed files with 40 additions and 13 deletions
+1
View File
@@ -26,6 +26,7 @@ test("renders the trail with a link on non-leaf crumbs", async () => {
const link = await screen.findByRole("link", { name: "Objects" });
expect(link).toHaveAttribute("href", "/objects");
expect(screen.getByText("LM-0042")).toBeInTheDocument();
expect(screen.getByRole("navigation", { name: /breadcrumb/i })).toBeInTheDocument();
});
test("a nested route sets the header breadcrumb inside AppShell", async () => {