From 35169eceff6b810283e94557abded9dda5868cd4 Mon Sep 17 00:00:00 2001 From: Edoardo Sabadelli Date: Fri, 18 Oct 2024 16:30:59 +0200 Subject: [PATCH] chore: fix lint errors --- cypress/integration/options/cumulativeValues.cy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/cypress/integration/options/cumulativeValues.cy.js b/cypress/integration/options/cumulativeValues.cy.js index f2972d416..dd0102460 100644 --- a/cypress/integration/options/cumulativeValues.cy.js +++ b/cypress/integration/options/cumulativeValues.cy.js @@ -36,7 +36,6 @@ import { } from '../../elements/optionsModal/index.js' import { colTotalsOptionEl, - rowTotalsOptionEl, expectColumnsTotalsToBeChecked, expectColumnsTotalsToBeDisabled, expectColumnsSubTotalsToBeDisabled, @@ -44,7 +43,6 @@ import { expectRowsSubTotalsToBeDisabled, expectColumnsTotalsToBeEnabled, expectColumnsSubTotalsToBeEnabled, - expectRowsTotalsToBeChecked, expectRowsTotalsToBeEnabled, expectRowsSubTotalsToBeEnabled, } from '../../elements/optionsModal/totals.js'