From f731e5b77d41662cf20a40d9ec2e19215507e891 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Wed, 24 Jan 2024 16:10:15 +0100 Subject: [PATCH] chore: lint --- cypress/integration/dataTable.cy.js | 1 - 1 file changed, 1 deletion(-) 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) - }) })