🐛 Fix color picker position

This commit is contained in:
Belén Albeza 2024-05-15 13:07:47 +02:00 committed by Andrey Antukh
parent d073f51790
commit 804f4bb176
4 changed files with 31 additions and 7 deletions

View file

@ -44,6 +44,7 @@ export class WorkspacePage extends BaseWebSocketPage {
this.viewport = page.getByTestId("viewport");
this.rootShape = page.locator(`[id="shape-00000000-0000-0000-0000-000000000000"]`);
this.rectShapeButton = page.getByRole("button", { name: "Rectangle (R)" });
this.colorpicker = page.getByTestId("colorpicker");
}
async goToWorkspace() {