Skip to content

Commit

Permalink
chore: clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Jun 22, 2023
1 parent 4a24b85 commit def88bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions cypress/integration/options/icon.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ import {
unselectAllItemsByButton,
} from '../../elements/dimensionModal/index.js'
import { openDimension } from '../../elements/dimensionsPanel.js'
import {
clickMenuBarOptionsButton,
openOptionsModal,
} from '../../elements/menuBar.js'
import { openOptionsModal } from '../../elements/menuBar.js'
import {
OPTIONS_TAB_LEGEND,
OPTIONS_TAB_STYLE,
Expand Down
1 change: 0 additions & 1 deletion cypress/integration/options/legend.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
openDimension,
} from '../../elements/layout.js'
import {
clickMenuBarOptionsButton,
clickMenuBarUpdateButton,
openOptionsModal,
} from '../../elements/menuBar.js'
Expand Down

0 comments on commit def88bb

Please sign in to comment.