diff --git a/app/client/cypress/support/Pages/HomePage.ts b/app/client/cypress/support/Pages/HomePage.ts index 0d7569aa63d7..b482db49d58b 100644 --- a/app/client/cypress/support/Pages/HomePage.ts +++ b/app/client/cypress/support/Pages/HomePage.ts @@ -306,6 +306,7 @@ export class HomePage { this.agHelper.GetNClick(this._newButtonCreateApplication, 0, true); this.AssertApplicationCreated(); if (skipSignposting) { + this.agHelper.WaitUntilEleDisappear(this.locator._btnSpinner); AppSidebar.assertVisible(); this.agHelper.AssertElementVisibility(PageLeftPane.locators.selector); this.onboarding.skipSignposting();