Skip to content

Commit

Permalink
Fix for Cypress CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
rafawendel committed Jan 11, 2021
1 parent 83d3eab commit e53aa8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/cypress/integration/dashboard/parameter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ describe("Dashboard Parameters", () => {
cy.contains("button", "OK").click();
});

cy.getByTestId("EditParamMappingPopover").should("not.be.visible");

if (close) {
cy.contains("button", "OK").click();
}
Expand Down

0 comments on commit e53aa8d

Please sign in to comment.