mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 11:51:40 +02:00
💄 Reformat DashboardPage.js according to prettier rules
This commit is contained in:
parent
41aad7558b
commit
97a1b59861
1 changed files with 6 additions and 7 deletions
|
@ -68,10 +68,10 @@ export class DashboardPage extends BaseWebSocketPage {
|
|||
this.libsTitle = page.getByRole("heading", { name: "Libraries", level: 1 });
|
||||
this.searchButton = page.getByRole("button", { name: "dashboard-search" });
|
||||
this.searchTitle = page.getByRole("heading", { name: "Search results" });
|
||||
this.searchInput = page.getByPlaceholder('Search…');
|
||||
this.searchInput = page.getByPlaceholder("Search…");
|
||||
this.newFileName = page.getByText("New File 3");
|
||||
this.teamDropdown = page.getByRole('button', { name: 'Your Penpot' });
|
||||
this.userAccount = page.getByRole('button', { name: "Princesa Leia Princesa Leia" });
|
||||
this.teamDropdown = page.getByRole("button", { name: "Your Penpot" });
|
||||
this.userAccount = page.getByRole("button", { name: "Princesa Leia Princesa Leia" });
|
||||
this.userProfileOption = page.getByText("Your account");
|
||||
this.userAccountTitle = page.getByRole("heading", { name: "Your account" });
|
||||
}
|
||||
|
@ -182,7 +182,6 @@ export class DashboardPage extends BaseWebSocketPage {
|
|||
}
|
||||
|
||||
async goToAccount() {
|
||||
|
||||
await this.userAccount.click();
|
||||
|
||||
await this.userProfileOption.click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue