Skip to content

Commit

Permalink
chore: update test while at it
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Aug 22, 2024
1 parent 6e148ae commit 7428e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/playwright/mmi/pageObjects/mmi-auth0-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class Auth0Page {
.locator('#password')
.fill(process.env.MMI_E2E_E2E_AUTH0_PASSWORD as string);
await this.page.getByRole('button', { name: /continue/iu }).click();
await this.page.getByRole('button', { name: /E2E Organization/iu }).click();
await expect(this.page).toHaveURL(portfolio);
}
}

0 comments on commit 7428e1e

Please sign in to comment.