-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30395 from appsmithorg/release
17/01 Daily Promotion
- Loading branch information
Showing
429 changed files
with
29,428 additions
and
2,139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ import { | |
} from "../../../support/Objects/ObjectsCore"; | ||
import EditorNavigation, { | ||
EntityType, | ||
PageLeftPane, | ||
PagePaneSegment, | ||
} from "../../../support/Pages/EditorNavigation"; | ||
|
||
describe( | ||
|
@@ -88,8 +90,7 @@ describe( | |
cy.get(appPage.confirmButton).closest("div").click({ force: true }); | ||
cy.get(appPage.closeButton).closest("div").click({ force: true }); | ||
cy.xpath(appPage.pagebutton).click({ force: true }); | ||
//cy.xpath(appPage.datasourcesbutton).click({ force: true }); | ||
cy.CheckAndUnfoldEntityItem("Queries/JS"); | ||
PageLeftPane.switchSegment(PagePaneSegment.Queries); | ||
cy.xpath(appPage.postApi).click({ force: true }); | ||
cy.ResponseCheck("Test"); | ||
// cy.ResponseCheck("Task completed"); | ||
|
@@ -106,8 +107,7 @@ describe( | |
cy.xpath(appPage.deleteTaskText).should("be.visible"); | ||
cy.get(appPage.confirmButton).closest("div").click({ force: true }); | ||
cy.xpath(appPage.pagebutton).click({ force: true }); | ||
//cy.xpath(appPage.datasourcesbutton).click({ force: true }); | ||
cy.xpath(appPage.deleteApi).click({ force: true }); | ||
EditorNavigation.SelectEntityByName("delete_proposal", EntityType.Api); | ||
cy.ResponseCheck("[email protected]"); | ||
cy.ResponseCheck("Recusan"); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.