diff --git a/cypress/e2e/dashboard_filter.feature b/cypress/e2e/dashboard_filter.feature index c4c308fd9..d7d6ba142 100644 --- a/cypress/e2e/dashboard_filter.feature +++ b/cypress/e2e/dashboard_filter.feature @@ -1,17 +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 - Scenario: I add a Organisation unit filter - Given I open an existing dashboard - Then the dashboard displays in view mode and visualizations are visible - When I add a "Organisation unit" filter - Then the Organisation unit filter is applied to the dashboard +# Scenario: I add a Organisation unit filter +# Given I open an existing dashboard +# Then the dashboard displays in view mode and visualizations are visible +# 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