From efa6f0e91f825ff3eb67a75d0c0531b6ca8a53aa Mon Sep 17 00:00:00 2001 From: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:02:13 +0530 Subject: [PATCH] fix: Rbac git test failure --- app/client/cypress/support/commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/cypress/support/commands.js b/app/client/cypress/support/commands.js index 9b30abcc22cc..97c4b996ed0f 100644 --- a/app/client/cypress/support/commands.js +++ b/app/client/cypress/support/commands.js @@ -450,7 +450,6 @@ Cypress.Commands.add("DeleteWorkspaceByApi", () => { Cypress.Commands.add("NavigateToJSEditor", () => { PageLeftPane.switchSegment(PagePaneSegment.JS); PageLeftPane.switchToAddNew(); - cy.get("span:contains('New JS object')").eq(0).click({ force: true }); }); Cypress.Commands.add("selectAction", (option) => {