Skip to content

Commit

Permalink
chore: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 18, 2024
1 parent 09d9d43 commit 35169ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/integration/options/cumulativeValues.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ import {
} from '../../elements/optionsModal/index.js'
import {
colTotalsOptionEl,
rowTotalsOptionEl,
expectColumnsTotalsToBeChecked,
expectColumnsTotalsToBeDisabled,
expectColumnsSubTotalsToBeDisabled,
expectRowsTotalsToBeDisabled,
expectRowsSubTotalsToBeDisabled,
expectColumnsTotalsToBeEnabled,
expectColumnsSubTotalsToBeEnabled,
expectRowsTotalsToBeChecked,
expectRowsTotalsToBeEnabled,
expectRowsSubTotalsToBeEnabled,
} from '../../elements/optionsModal/totals.js'
Expand Down

0 comments on commit 35169ec

Please sign in to comment.