mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 20:06:12 +02:00
🐛 Fix problem with sidebar layout
This commit is contained in:
parent
0df2a12814
commit
eaaca5629e
26 changed files with 430 additions and 289 deletions
|
@ -196,7 +196,7 @@ test("[Bugfixing] User cut paste a variant container into a board, and undo twic
|
|||
|
||||
//Create a board
|
||||
await workspacePage.boardButton.click();
|
||||
await workspacePage.clickWithDragViewportAt(500, 500, 200, 200);
|
||||
await workspacePage.clickWithDragViewportAt(500, 500, 100, 100);
|
||||
await workspacePage.clickAt(495, 495);
|
||||
const board = await workspacePage.rootShape.locator("Board");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue