Add integration test to the onboarding process

This commit is contained in:
Eva Marco 2024-06-07 13:35:04 +02:00
parent 38fa5be862
commit a90baa91c7
4 changed files with 82 additions and 5 deletions

View file

@ -3,6 +3,11 @@ import DashboardPage from "../pages/DashboardPage";
test.beforeEach(async ({ page }) => {
await DashboardPage.init(page);
await DashboardPage.mockRPC(
page,
"get-profile",
"logged-in-user/get-profile-logged-in-no-onboarding.json",
);
});
test("Dashboad page has title ", async ({ page }) => {