fix(ui): separate catalog icon masks from tiles
Quality / quality (windows-latest) (push) Waiting to run
Quality / quality (ubuntu-latest) (push) Failing after 9m52s

This commit is contained in:
2026-08-24 23:30:33 +05:30
parent 5bc391e74f
commit 9f6552ea62
5 changed files with 9 additions and 7 deletions
+1
View File
@@ -2983,6 +2983,7 @@ test("catalog mega menu renders only the active rail category", async () => {
expect(dom.querySelectorAll(".wrn-mega__link-icon")).toHaveLength(0);
expect(dom.querySelectorAll(".wrn-mega__link-description")).toHaveLength(0);
expect(source).toContain("border-bottom: 1px solid var(--wrn-color-border)");
expect(source).toContain('.wrn-mega__rail-icon > span');
expect(source).toContain("color: currentColor !important");
});