슬러그 수정
CI / test (push) Successful in 4m56s
CI / e2e (push) Successful in 5m53s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-07 20:57:19 +09:00
parent da3d71d124
commit b40be693ee
2 changed files with 5 additions and 17 deletions
+1
View File
@@ -169,6 +169,7 @@ describe("EditorPage - 서버 자동 저장", () => {
expect(typeof body.slug).toBe("string");
expect(body.slug).not.toBe("my-landing");
expect(body.slug.startsWith("page-")).toBe(false);
expect(mockState.projectConfig.slug).toBe(body.slug);
});