mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix color picker position
This commit is contained in:
committed by
Andrey Antukh
parent
d073f51790
commit
804f4bb176
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user