From 17295a1209721a9c3926f3210b1a18e07df6e1db Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 24 Apr 2019 11:43:33 +0530 Subject: [PATCH] test: Fix column resize test --- cypress/integration/column.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/column.js b/cypress/integration/column.js index 3ddf755..7e9b2e0 100644 --- a/cypress/integration/column.js +++ b/cypress/integration/column.js @@ -54,10 +54,10 @@ describe('Column', function () { cy.getColumnCell(3) .should('have.css', 'width') - .and('match', /12\dpx/); + .and('match', /13\dpx/); cy.getCell(3, 1) .should('have.css', 'width') - .and('match', /12\dpx/); + .and('match', /13\dpx/); }); it('resize column using double click', function () {