Show current penpot version

This commit is contained in:
Marina López
2025-08-21 13:03:23 +02:00
parent 61cfe2d142
commit 48825e1e59
8 changed files with 387 additions and 78 deletions

View File

@@ -288,6 +288,14 @@ export class DashboardPage extends BaseWebSocketPage {
);
await expect(this.mainHeading).toHaveText("Libraries");
}
async openProfileMenu() {
await this.userAccount.click();
}
async clickProfileMenuItem(menuSection) {
await this.sidebarMenu.getByText(menuSection).click();
}
}
export default DashboardPage;