🐛 Fix problem with sidebar layout
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run

This commit is contained in:
alonso.torres
2025-05-22 15:55:00 +02:00
committed by Alonso Torres
parent 0df2a12814
commit eaaca5629e
26 changed files with 430 additions and 289 deletions

View File

@@ -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");