Skip to content

Commit

Permalink
test: re-enable some filter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Jul 3, 2023
1 parent 5d41d07 commit 26f061d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions cypress/e2e/view/dashboard_filter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ Feature: Dashboard filter
When I add a "Period" filter
Then the Period filter is applied to the dashboard

# Scenario: I add a Organisation unit filter
# Given I open existing dashboard
# Then the dashboard displays in view mode
# When I add a "Organisation unit" filter
# Then the Organisation unit filter is applied to the dashboard
#
# Scenario: I add a Facility Type filter
# Given I open existing dashboard
# Then the dashboard displays in view mode
# When I add a "Facility Type" filter
# Then the Facility Type filter is applied to the dashboard
#
# Scenario: I can access the dimensions modal from the filter badge
# Given I open existing dashboard
# When I add a "Period" filter
# And I click on the "Period" filter badge
# Then the filter modal is opened
#
Scenario: I add a Organisation unit filter
Given I open existing dashboard
Then the dashboard displays in view mode
When I add a "Organisation unit" filter
Then the Organisation unit filter is applied to the dashboard

Scenario: I add a Facility Type filter
Given I open existing dashboard
Then the dashboard displays in view mode
When I add a "Facility Type" filter
Then the Facility Type filter is applied to the dashboard

Scenario: I can access the dimensions modal from the filter badge
Given I open existing dashboard
When I add a "Period" filter
And I click on the "Period" filter badge
Then the filter modal is opened

Scenario: I delete a dashboard
Given I open existing dashboard
When I choose to edit dashboard
Expand Down

0 comments on commit 26f061d

Please sign in to comment.