fix(ui): contain long mega menu labels
Quality / quality (ubuntu-latest) (push) Failing after 10m41s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-25 19:33:59 +05:30
parent decbee2fd1
commit c648efc240
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -2980,6 +2980,8 @@ test("mega menu columns take roving focus and survive an empty column list", asy
test("catalog mega menu renders only the active rail category", async () => {
const source = readFileSync(uiComponentPath("MegaMenu"), "utf8");
expect(source).toContain(".wrn-mega__list > li");
expect(source).toContain("overflow-wrap: anywhere;");
const html = await renderComponent(source, {
label: "Products",
variant: "catalog",