테스트 오류 수정
CI / test (push) Successful in 5m26s
CI / e2e (push) Failing after 14m27s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-13 00:29:23 +09:00
parent c3b301d64e
commit 820e1f943d
8 changed files with 496 additions and 33 deletions
+1 -2
View File
@@ -2101,8 +2101,7 @@ describe("/api/export", () => {
const html = await exportTemplateHtml(blocks as Block[]);
expect(html).toContain("Write a compelling CTA message here.");
// 작은따옴표는 HTML 이스케이프되어 Don't 형태로 렌더된다.
expect(html).toContain("Don't hesitate to get started!");
// CTA 버튼 라벨도 함께 export HTML 에 포함되어야 한다.
expect(html).toContain("Call to action");
});