mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:26:39 +02:00
🐛 Fix edit grid unit dropdown being clipped
This commit is contained in:
parent
97a880c946
commit
fe6c9f24d3
6 changed files with 359 additions and 4 deletions
|
@ -61,6 +61,7 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
);
|
||||
this.toolbarOptions = page.getByTestId("toolbar-options");
|
||||
this.rectShapeButton = page.getByRole("button", { name: "Rectangle (R)" });
|
||||
this.boardButton = page.getByRole("button", { name: "Board (B)" });
|
||||
this.toggleToolbarButton = page.getByRole("button", {
|
||||
name: "Toggle toolbar",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue