테스트 오류 수정
This commit is contained in:
@@ -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("에디터-프리뷰 인풋");
|
||||
|
||||
Reference in New Issue
Block a user