Skip to content

Commit

Permalink
chore: fix rebase conflict resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 23, 2023
1 parent 473b0ba commit 30368b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 125 deletions.
119 changes: 0 additions & 119 deletions .github/workflows/e2e-prod.yml

This file was deleted.

6 changes: 0 additions & 6 deletions cypress/elements/optionsModal/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ export const changeDisplayStrategyToByDataItem = () =>
.contains('Use pre-defined legend by data item')
.click()

export const changeDisplayStrategyToByDataItem = () =>
cy
.getBySel(optionsModalContentEl)
.contains('Use pre-defined legend per data item')
.click()

export const changeDisplayStyleToText = () =>
cy
.getBySel(optionsModalContentEl)
Expand Down

0 comments on commit 30368b7

Please sign in to comment.