🎉 Consolidate when workspace empty, board tool selected

This commit is contained in:
Marina López 2025-03-06 11:23:53 +01:00
parent f45fa95935
commit b8b3cc641a
5 changed files with 6 additions and 2 deletions

View file

@ -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",