From 1b63c8722c1ee26f83f5aba320d2f7a01a1d42c8 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:56:05 +0530 Subject: [PATCH] test: commenting tests with open bug for delete branch (#39369) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /ok-to-test tags="@tag.Sanity" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: b534037d9908fb042b3e4e66d27fff7cb0831030 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Mon, 24 Mar 2025 04:47:57 UTC ## Summary by CodeRabbit - **Tests** - Temporarily disabled internal tests related to branch deletion to reflect an identified issue. These adjustments ensure our quality checks remain aligned with current conditions without impacting your experience. Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”> --- .../Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js b/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js index 66b4307c78..c0002b68c7 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js +++ b/app/client/cypress/e2e/Regression/ClientSide/Git/GitSync/DeleteBranch_spec.js @@ -82,7 +82,8 @@ describe( cy.get(".t--draggable-checkboxwidget").should("be.visible"); }); - it("3. Create new branch, commit data in that branch , delete the branch, verify data should not reflect in master ", () => { + //Open Bug: https://github.com/appsmithorg/appsmith/issues/39345 + it.skip("3. Create new branch, commit data in that branch , delete the branch, verify data should not reflect in master ", () => { gitSync.CreateGitBranch("", true); cy.wait(1000); PageLeftPane.switchSegment(PagePaneSegment.UI); @@ -105,7 +106,8 @@ describe( cy.get(gitSync.locators.branchCloseBtn).click({ force: true }); }); - it("4. Verify Default branch deletion not allowed ", () => { + //Open Bug: https://github.com/appsmithorg/appsmith/issues/39345 + it.skip("4. Verify Default branch deletion not allowed ", () => { agHelper.Sleep(2000); //for toasts to appear then wait for disappear agHelper.WaitUntilAllToastsDisappear(); DeleteBranchFromUI(0);