mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 01:01:37 +02:00
🐛 Fix color picker position
This commit is contained in:
parent
d073f51790
commit
804f4bb176
4 changed files with 31 additions and 7 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue