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

This commit is contained in:
2025-12-13 16:41:37 +09:00
parent 0eed5a9f7a
commit 44c13a749a
5 changed files with 84 additions and 63 deletions
@@ -21,6 +21,9 @@ test("formInput: 에디터 캔버스와 프리뷰에서 높이/패딩/색상이
const canvas = page.getByTestId("editor-canvas");
const sidebar = page.getByTestId("properties-sidebar");
// 이전 테스트에서 사용한 autosave 스냅샷과 충돌하지 않도록, 이 테스트 전용 slug 를 설정한다.
await sidebar.getByLabel("Project slug").fill("form-input-parity-e2e");
await page.getByRole("button", { name: "Input field" }).click();
await sidebar.getByRole("textbox", { name: "Field label" }).fill("에디터-프리뷰 인풋");