diff --git a/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js b/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js index d0f1a21dd872..56bab8c02fb7 100644 --- a/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js +++ b/app/client/cypress/e2e/Regression/ServerSide/ApiTests/API_Edit_spec.js @@ -48,7 +48,8 @@ describe( PageLeftPane.assertAbsence("SecondAPI"); }); - it("2. Should update loading state after cancellation of confirmation for run query", function () { + //Existing Bug: https://github.com/appsmithorg/appsmith/issues/38165 + it.skip("2. Should update loading state after cancellation of confirmation for run query", function () { cy.CreateAPI("FirstAPI"); cy.get(".CodeMirror-placeholder") .first() diff --git a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts index 9b52a88bcf97..c6155bfd4188 100644 --- a/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts +++ b/app/client/cypress/e2e/Sanity/Datasources/RestApiOAuth2Validation_spec.ts @@ -16,7 +16,8 @@ describe( function () { let clientId, clientSecret; - it("1. Create an API with app url and save as Datasource for Authorization code details test", function () { + //Existing Bug: https://github.com/appsmithorg/appsmith/issues/37353 + it.skip("1. Create an API with app url and save as Datasource for Authorization code details test", function () { dataSources.CreateOAuthClient("authorization_code"); apiPage.CreateAndFillApi( dataManager.dsValues[dataManager.defaultEnviorment].OAuth_ApiUrl + diff --git a/app/client/cypress/locators/apiWidgetslocator.json b/app/client/cypress/locators/apiWidgetslocator.json index da51eeb258aa..e410f4a25293 100644 --- a/app/client/cypress/locators/apiWidgetslocator.json +++ b/app/client/cypress/locators/apiWidgetslocator.json @@ -47,7 +47,7 @@ "page": ".single-select >div", "propertyList": ".binding", "actionlist": ".action div div", - "settings": "span:contains('Settings')", + "settings": "[data-testid='t--action-settings-trigger']", "headers": "span:contains('Headers')", "onPageLoad": "[name=executeOnLoad]", "renameEntity": "div[role='menuitem']:contains('Rename')",