CI오류 수정-3
CI / test (push) Successful in 12m8s
CI / pr_and_merge (push) Successful in 1m18s
CI / test (pull_request) Successful in 51m49s
CI / pr_and_merge (pull_request) Has been skipped

This commit is contained in:
2025-11-28 02:39:23 +09:00
parent 55906f9d3d
commit 6e5e229ae5
3 changed files with 17 additions and 15 deletions
-2
View File
@@ -306,8 +306,6 @@ test("폼 체크박스 그룹 라벨 이미지 업로드 후 에디터/프리뷰
await fileInput.setInputFiles("tests/fixtures/sample-image.png");
const editorImage = canvas.getByRole("img", { name: "체크박스 라벨 이미지" }).first();
await expect(editorImage).toBeVisible();
const editorSrc = await editorImage.getAttribute("src");
expect(editorSrc).not.toBeNull();
expect(editorSrc).toMatch(/^\/api\/image\//);