💄 Reformat DashboardPage.js according to prettier rules

This commit is contained in:
Belén Albeza 2024-06-25 11:51:34 +02:00
parent 41aad7558b
commit 97a1b59861

View file

@ -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();