e2e 수정
CI / test (push) Failing after 5m36s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-12-13 11:51:51 +09:00
parent 820e1f943d
commit 0eed5a9f7a
3 changed files with 84 additions and 16 deletions
+3
View File
@@ -459,6 +459,9 @@ test("버튼 가로/세로 패딩 px 값을 변경하면 에디터 버튼에도
await page.getByRole("button", { name: "Button" }).click();
const blocks = canvas.getByTestId("editor-block");
await blocks.last().click({ force: true });
const button = canvas.getByRole("button", { name: "Button" }).first();
const initialPadding = await button.evaluate((el) => {