e2e 수정
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user