Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
cypress/e2e/Regression/ClientSide/JSObject/JSObject_Tests_spec.ts
# For running all specs - uncomment below:
#cypress/e2e/**/**/*

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']",
Comment thread
sagar-qa007 marked this conversation as resolved.
"headers": "span:contains('Headers')",
"onPageLoad": "[name=executeOnLoad]",
"renameEntity": "div[role='menuitem']:contains('Rename')",
Expand Down