Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kravets-levko committed Jan 19, 2020
1 parent d822d39 commit a92d1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/cypress/integration/query/parameter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ describe("Parameter", () => {
cy.contains("li.ant-select-dropdown-menu-item", "value2").click();

cy.getByTestId("ParameterApplyButton").click();
cy.getByTestId("ExecuteButton").should("be.disabled"); // ensure that query is being executed

cy.getByTestId("TableVisualization").should("contain", "value2");
});
Expand Down

0 comments on commit a92d1fa

Please sign in to comment.