Skip to content

Commit

Permalink
chore: Wait for domcontentloaded on the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Sep 27, 2024
1 parent 9305737 commit 844caf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/e2e/global-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function globalSetup(config: FullConfig) {
// commenting out as this its not needed for now
// // go to sign up page
await page.goto(process.env.E2E_TEST_BASE_URL as string);
await page.waitForLoadState("domcontentloaded");
const landingPage = new LandingPage(page);
await landingPage.goToSignIn();

Expand Down

0 comments on commit 844caf2

Please sign in to comment.