mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:46:38 +02:00
✨ Add integration tests to viewer role
This commit is contained in:
parent
df416af19b
commit
3a7d187110
10 changed files with 236 additions and 2 deletions
|
@ -259,6 +259,11 @@ export class DashboardPage extends BaseWebSocketPage {
|
|||
await expect(this.mainHeading).toHaveText("Drafts");
|
||||
}
|
||||
|
||||
async goToFonts() {
|
||||
await this.page.goto(`#/dashboard/team/${DashboardPage.anyTeamId}/fonts`);
|
||||
await expect(this.mainHeading).toHaveText("Fonts");
|
||||
}
|
||||
|
||||
async goToAccount() {
|
||||
await this.userAccount.click();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue