From b2c13d3d6bb473ba9969c82a132f2dc09b4304a3 Mon Sep 17 00:00:00 2001 From: Levko Kravets Date: Thu, 12 Sep 2019 21:06:08 +0300 Subject: [PATCH] Fix tests --- client/cypress/integration/dashboard/widget_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress/integration/dashboard/widget_spec.js b/client/cypress/integration/dashboard/widget_spec.js index 24a8cb4bdd..7a42bbd1e6 100644 --- a/client/cypress/integration/dashboard/widget_spec.js +++ b/client/cypress/integration/dashboard/widget_spec.js @@ -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'); }); });