Skip to content

Commit 75db7fa

Browse files
committed
test: update hero title size assertion to match 24px design change
1 parent 56bbd93 commit 75db7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ui/dashboard-company-understanding-hero.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe("CompanyUnderstandingHero component", () => {
124124
it("uses DESIGN.md typography — General Sans for heading", () => {
125125
const src = readSrc("components/CompanyUnderstandingHero.tsx");
126126
expect(src).toContain("font-display");
127-
expect(src).toContain('text-[22px]');
127+
expect(src).toContain('text-[24px]');
128128
expect(src).toContain("font-bold");
129129
});
130130

0 commit comments

Comments
 (0)