Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
This commit is contained in:
commit
2f9f9a0046
|
|
@ -59,7 +59,6 @@ describe("Entity explorer datasource structure", function() {
|
||||||
.find(explorer.collapse)
|
.find(explorer.collapse)
|
||||||
.as("datasourceEntityCollapse");
|
.as("datasourceEntityCollapse");
|
||||||
|
|
||||||
cy.get("@datasourceEntityCollapse").click();
|
|
||||||
cy.wait("@getDatasourceStructure").should(
|
cy.wait("@getDatasourceStructure").should(
|
||||||
"have.nested.property",
|
"have.nested.property",
|
||||||
"response.body.responseMeta.status",
|
"response.body.responseMeta.status",
|
||||||
|
|
@ -90,7 +89,9 @@ describe("Entity explorer datasource structure", function() {
|
||||||
);
|
);
|
||||||
|
|
||||||
cy.GlobalSearchEntity(datasourceName);
|
cy.GlobalSearchEntity(datasourceName);
|
||||||
cy.get("@datasourceEntityCollapse").click();
|
cy.get("@datasourceEntityCollapse")
|
||||||
|
.first()
|
||||||
|
.click();
|
||||||
cy.xpath(explorer.datsourceEntityPopover)
|
cy.xpath(explorer.datsourceEntityPopover)
|
||||||
.last()
|
.last()
|
||||||
.click({ force: true });
|
.click({ force: true });
|
||||||
|
|
|
||||||
|
|
@ -1322,8 +1322,8 @@ Cypress.Commands.add("saveDatasource", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
Cypress.Commands.add("testSaveDatasource", () => {
|
Cypress.Commands.add("testSaveDatasource", () => {
|
||||||
cy.testDatasource();
|
|
||||||
cy.saveDatasource();
|
cy.saveDatasource();
|
||||||
|
cy.testDatasource();
|
||||||
});
|
});
|
||||||
|
|
||||||
Cypress.Commands.add("fillMongoDatasourceForm", () => {
|
Cypress.Commands.add("fillMongoDatasourceForm", () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user