diff --git a/cypress/e2e/dashboard_filter.feature b/cypress/e2e/dashboard_filter.feature index d7d6ba142..f17c6fdcb 100644 --- a/cypress/e2e/dashboard_filter.feature +++ b/cypress/e2e/dashboard_filter.feature @@ -1,11 +1,17 @@ Feature: Dashboard filter -# Scenario: I add a Period filter -# When I start a new dashboard -# And I add items and save -# Then the dashboard displays in view mode and visualizations are visible -# When I add a "Period" filter -# Then the Period filter is applied to the dashboard + Scenario: I add a Period filter + When I start a new dashboard + And I add items and save + Then the dashboard displays in view mode and visualizations are visible + When I add a "Period" filter + Then the Period filter is applied to the dashboard + When I add a "Organisation unit" filter + Then the Organisation unit filter is applied to the dashboard + When I add a "Facility Type" filter + Then the Facility Type filter is applied to the dashboard + + # Scenario: I add a Organisation unit filter # Given I open an existing dashboard @@ -13,11 +19,11 @@ Feature: Dashboard filter # 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 an existing dashboard - Then the dashboard displays in view mode and visualizations are visible - When I add a "Facility Type" filter - Then the Facility Type filter is applied to the dashboard +# Scenario: I add a Facility Type filter +# Given I open an existing dashboard +# Then the dashboard displays in view mode and visualizations are visible +# When I add a "Facility Type" filter +# Then the Facility Type filter is applied to the dashboard Scenario: I add a Org unit group filter Given I open an existing dashboard