Skip to content

Commit

Permalink
(fix) Update new homepage path on playwright (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Mar 27, 2024
1 parent a69daad commit f9b8651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/registration-test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('Go to homepage and register patient', async ({ page }) => {
});

await test.step('Then should be at the home page', async () => {
await expect(page).toHaveURL(`${process.env.E2E_BASE_URL}/spa/dashboard/home`);
await expect(page).toHaveURL(`${process.env.E2E_BASE_URL}/spa/home`);
});

await page.getByLabel('Add Patient').click();
Expand Down

0 comments on commit f9b8651

Please sign in to comment.