diff --git a/playwright-tests/pages/HomePage.ts b/playwright-tests/pages/HomePage.ts index 1b681f0e3..9afb0a2e1 100644 --- a/playwright-tests/pages/HomePage.ts +++ b/playwright-tests/pages/HomePage.ts @@ -68,6 +68,8 @@ export class HomePage extends BasePage { }, zip); } + // Wait until modal pop up opens and close pop up + await this.page.waitForTimeout(5000); if (await this.cusmodalPopup.isVisible()) { await this.closePopupButton.click(); }