fix(ui): align footer legal bar
Quality / quality (ubuntu-latest) (push) Failing after 10m14s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-12 20:16:49 +05:30
parent afe1c413cc
commit 531bf7b2da
3 changed files with 41 additions and 13 deletions
+6
View File
@@ -455,6 +455,12 @@ test("footer renders header and link entries with the requested column count", a
expect(html).toContain("Support");
expect(html).toContain('href="/contact"');
expect(html).toContain("Public service platform");
expect(html).not.toMatch(
/class="wrn-footer__bottom wrn-footer__bottom--slots"[\s\S]*class="wrn-footer__bottom"/,
);
expect(html).toMatch(
/wrn-footer__copyright-left[\s\S]*wrn-footer__copyright[\s\S]*wrn-footer__copyright-right/,
);
});
test("component-system CSS includes responsive, theme-token, focus, and reduced-motion rules", () => {