mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:16:38 +02:00
🐛 Fix onboarding playwright test on CI mode
This commit is contained in:
parent
4ed6e1e8ec
commit
f306ddb51f
8 changed files with 8 additions and 8 deletions
|
@ -58,7 +58,7 @@ export class DashboardPage extends BaseWebSocketPage {
|
|||
|
||||
this.sidebar = page.getByTestId("dashboard-sidebar");
|
||||
this.sidebarMenu = this.sidebar.getByRole("menu");
|
||||
this.mainHeading = page.getByRole("heading", { level: 1 });
|
||||
this.mainHeading = page.getByTestId("dashboard-header").getByRole("heading", { level: 1 });
|
||||
|
||||
this.addProjectButton = page.getByRole("button", { name: "+ NEW PROJECT" });
|
||||
this.projectName = page.getByText("Project 1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue