updated flaky test (#3584)
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
This commit is contained in:
parent
cbd7828503
commit
8aca378028
|
|
@ -128,7 +128,6 @@ if (Cypress.env("APPSMITH_GOOGLE_MAPS_API_KEY")) {
|
||||||
});
|
});
|
||||||
|
|
||||||
it("Map-Check Visible field Validation", function() {
|
it("Map-Check Visible field Validation", function() {
|
||||||
cy.openPropertyPane("mapwidget");
|
|
||||||
//Check the disableed checkbox and Validate
|
//Check the disableed checkbox and Validate
|
||||||
cy.CheckWidgetProperties(commonlocators.visibleCheckbox);
|
cy.CheckWidgetProperties(commonlocators.visibleCheckbox);
|
||||||
cy.PublishtheApp();
|
cy.PublishtheApp();
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,14 @@ describe("Onboarding", function() {
|
||||||
201,
|
201,
|
||||||
);
|
);
|
||||||
cy.wait("@getDataSources");
|
cy.wait("@getDataSources");
|
||||||
cy.get(".t--start-building").click();
|
cy.wait("@getPluginForm").should(
|
||||||
|
"have.nested.property",
|
||||||
|
"response.body.responseMeta.status",
|
||||||
|
200,
|
||||||
|
);
|
||||||
|
cy.get(".t--start-building")
|
||||||
|
.should("be.visible")
|
||||||
|
.click({ force: true });
|
||||||
// Create and run query
|
// Create and run query
|
||||||
cy.get(".t--onboarding-indicator").should("be.visible");
|
cy.get(".t--onboarding-indicator").should("be.visible");
|
||||||
cy.get(".t--create-query").click();
|
cy.get(".t--create-query").click();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user