Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kravets-levko committed Sep 12, 2019
1 parent ab8ca00 commit b2c13d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/integration/dashboard/widget_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('Widget', () => {
cy.visit(this.dashboardUrl);
cy.getByTestId('TableVisualization')
.its('0.offsetHeight')
.should('eq', 380);
.should('eq', 381);
cy.percySnapshot('Shows correct height of table visualization');
});
});
Expand Down

0 comments on commit b2c13d3

Please sign in to comment.