Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 +
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/locators/apiWidgetslocator.json
Original file line number Diff line number Diff line change
Expand Up @@ -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')",
Expand Down