test: Fix column resize test

This commit is contained in:
Faris Ansari 2019-04-24 11:43:33 +05:30
parent 8d96f953cd
commit 17295a1209

View File

@ -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 () {