diff --git a/app/client/cypress/support/Pages/HomePage.ts b/app/client/cypress/support/Pages/HomePage.ts index 2dcc128cf7..0d7569aa63 100644 --- a/app/client/cypress/support/Pages/HomePage.ts +++ b/app/client/cypress/support/Pages/HomePage.ts @@ -754,6 +754,7 @@ export class HomePage { } this.agHelper.ClickButton("Fork"); this.assertHelper.AssertNetworkStatus("getWorkspace"); + this.agHelper.WaitUntilEleDisappear(this._forkModal); } public DeleteApplication(appliName: string) {