mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 03:36:37 +02:00
🎉 Consolidate when workspace empty, board tool selected
This commit is contained in:
parent
f45fa95935
commit
b8b3cc641a
5 changed files with 6 additions and 2 deletions
|
@ -70,6 +70,7 @@ export class WorkspacePage extends BaseWebSocketPage {
|
|||
);
|
||||
this.toolbarOptions = page.getByTestId("toolbar-options");
|
||||
this.rectShapeButton = page.getByRole("button", { name: "Rectangle (R)" });
|
||||
this.moveButton = page.getByRole("button", { name: "Move (V)" });
|
||||
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