Skip to content
Snippets Groups Projects
Commit c63b704d authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

HOLI-10875: remove unnecessary navigation in e2e test

parent 1854fdfc
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,8 @@ test.describe('@Registration', () => {
//FIXME: Error: Wasn't able to intercept user id while finishing account setup flow at finishAccountSetup in appointmentNotifications.spec.ts
// using a random user session implicitly tests user registration
await userHandler.asRandomUser(async (page) => {
// User lands on act home after onboarding
// Starting on profile page
// Ensure user is logged in
await page.goto('/profile')
await page.waitForSelector(byTestId('user-profile-full-name'))
// trying to go to login page with logged in user should show home feed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment