From bb2f3b1406e536a15ac1b6dba1e8c59158e623e6 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:32:17 +0530 Subject: [PATCH] test: added a validation post fork (#34857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added validation post fork app for one of the RBAC test EE PR: https://github.com/appsmithorg/appsmith-ee/pull/4689 /ok-to-test tags="@tag.All" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: e70666d24fe5ed382827c28246752e7ee060b0e6 > Cypress dashboard. > Tags: `@tag.All` > Spec: >
Wed, 10 Jul 2024 14:38:50 UTC ## Summary by CodeRabbit - **New Features** - Improved user experience by ensuring the page waits until the fork modal disappears after clicking the "Fork" button. --- app/client/cypress/support/Pages/HomePage.ts | 1 + 1 file changed, 1 insertion(+) 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) {