Skip to content

Commit

Permalink
[Filters] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Aug 2, 2024
1 parent 4bbc0a4 commit 557094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe('Custom Population Statistics', () => {
runTestStepWithPreAndPostParts('Programme', () => {
const card = cy.cs('Programme-filter-card')
const programmeDropdown = card.cs('Programme-filter-dropdown').selectFromDropdown(0)
checkFilteringResult(5)
checkFilteringResult(3)
programmeDropdown.get('i.delete').click()
})
})
Expand Down

0 comments on commit 557094a

Please sign in to comment.