Skip to content

Commit

Permalink
test: stop clicking segment that's already selected
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Mar 12, 2024
1 parent f16baa7 commit bd00f95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/helpers/period.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ const selectRelativePeriod = ({ label, period }) => {

const unselectAllPeriods = ({ label }) => {
openPeriod(label)
cy.contains('Choose from presets').click()

cy.getBySel('period-dimension-transfer-actions-removeall').click()
cy.getBySel('period-dimension-modal-action-confirm').click()
}
Expand Down

0 comments on commit bd00f95

Please sign in to comment.