mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 13:26:37 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
0d11bafb57
7 changed files with 18 additions and 3 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