mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 10:16:59 +02:00
✨ Add visual testing to dashboard
This commit is contained in:
parent
4e6c1857dd
commit
4e770fd326
26 changed files with 976 additions and 11 deletions
|
@ -12,7 +12,7 @@ test("User can complete the onboarding", async ({ page }) => {
|
|||
const dashboardPage = new DashboardPage(page);
|
||||
const onboardingPage = new OnboardingPage(page);
|
||||
|
||||
await dashboardPage.goToWorkspace();
|
||||
await dashboardPage.goToDashboard();
|
||||
await expect(page.getByRole("heading", { name: "Help us get to know you" })).toBeVisible();
|
||||
|
||||
await onboardingPage.fillOnboardingInputsStep1();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue