Content page storybook added

This commit is contained in:
adilallo
2025-09-12 14:17:41 -06:00
parent ea023d5ec6
commit 8daea70cb8
10 changed files with 447 additions and 357 deletions
+2 -4
View File
@@ -110,10 +110,8 @@ describe("ContentContainer", () => {
expect(iconContainer.parentElement).toHaveClass(
"gap-[var(--measures-spacing-008)]"
);
// Check the text container (parent of title)
expect(textContainer.parentElement).toHaveClass(
"gap-[var(--measures-spacing-004)]"
);
// Check the text container (parent of title) - it has responsive gap classes
expect(textContainer.parentElement).toHaveClass("flex", "flex-col");
});
it("has proper metadata container styling", () => {