Merge branch 'release' of https://github.com/appsmithorg/appsmith into release

This commit is contained in:
Automated Github Action 2020-10-08 15:07:36 +00:00
commit 2f9f9a0046
2 changed files with 4 additions and 3 deletions

View File

@ -59,7 +59,6 @@ describe("Entity explorer datasource structure", function() {
.find(explorer.collapse)
.as("datasourceEntityCollapse");
cy.get("@datasourceEntityCollapse").click();
cy.wait("@getDatasourceStructure").should(
"have.nested.property",
"response.body.responseMeta.status",
@ -90,7 +89,9 @@ describe("Entity explorer datasource structure", function() {
);
cy.GlobalSearchEntity(datasourceName);
cy.get("@datasourceEntityCollapse").click();
cy.get("@datasourceEntityCollapse")
.first()
.click();
cy.xpath(explorer.datsourceEntityPopover)
.last()
.click({ force: true });

View File

@ -1322,8 +1322,8 @@ Cypress.Commands.add("saveDatasource", () => {
});
Cypress.Commands.add("testSaveDatasource", () => {
cy.testDatasource();
cy.saveDatasource();
cy.testDatasource();
});
Cypress.Commands.add("fillMongoDatasourceForm", () => {