fix(web): a11y labelling — useId, named drawer/breadcrumb, translated combobox (#62)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user