🔧 Fix onboarding test

This commit is contained in:
Belén Albeza
2026-02-02 15:39:43 +01:00
parent 4d5c874b91
commit 2c4efc6b53

View File

@@ -15,6 +15,8 @@ test("User can complete the onboarding", async ({ page }) => {
const dashboardPage = new DashboardPage(page);
const onboardingPage = new OnboardingPage(page);
await dashboardPage.mockConfigFlags(["enable-onboarding"]);
await dashboardPage.goToDashboard();
await expect(
page.getByRole("heading", { name: "Help us get to know you" }),