Skip to content

Commit

Permalink
chore: combine filtering into single test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Aug 21, 2024
1 parent 0dc635d commit af615bd
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions cypress/e2e/dashboard_filter.feature
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
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
# 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
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
Expand Down

0 comments on commit af615bd

Please sign in to comment.