🐛 Fix edit grid unit dropdown being clipped

This commit is contained in:
Belén Albeza 2024-10-18 11:32:10 +02:00 committed by Alonso Torres
parent 97a880c946
commit fe6c9f24d3
6 changed files with 359 additions and 4 deletions

View file

@ -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",
});