diff --git a/cypress/integration/dataTable.cy.js b/cypress/integration/dataTable.cy.js index 80a52d579..ecfff1d48 100644 --- a/cypress/integration/dataTable.cy.js +++ b/cypress/integration/dataTable.cy.js @@ -43,6 +43,5 @@ describe('data table', () => { cy.getByDataTest('bottom-panel') .find('.ReactVirtualized__Table__row') .should('have.length', 1) - }) })