fix(ui): align footer legal bar
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user