e2e 수정
CI / test (push) Successful in 4m48s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Successful in 1m30s

This commit is contained in:
2025-12-07 13:59:32 +09:00
parent eb78359b10
commit 96fa34cd86
56 changed files with 115 additions and 22 deletions
+8
View File
@@ -1049,6 +1049,10 @@ test("폼 체크박스 옵션 간격 px 입력이 프리뷰에서도 em 스케
await page.getByRole("button", { name: "다중 선택(Checkbox)" }).click();
const editorCanvas = page.getByTestId("editor-canvas");
const editorBlocks = editorCanvas.getByTestId("editor-block");
await editorBlocks.last().click({ force: true });
const propertiesSidebar = page.getByTestId("properties-sidebar");
await propertiesSidebar.getByLabel("체크박스 옵션 간격 (px) 커스텀 (px)").fill("24");
@@ -1285,6 +1289,10 @@ test("폼 셀렉트 글자 크기 px 입력이 프리뷰에서도 em 스케일
await page.getByRole("button", { name: "셀렉트(Select)" }).click();
const editorCanvas = page.getByTestId("editor-canvas");
const editorBlocks = editorCanvas.getByTestId("editor-block");
await editorBlocks.last().click({ force: true });
const propertiesSidebar = page.getByTestId("properties-sidebar");
await propertiesSidebar.getByLabel("셀렉트 텍스트 크기 (px) 커스텀 (px)").fill("28");