mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix onboarding playwright test on CI mode
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user