mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Show current penpot version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user