Skip to content

Commit

Permalink
fix: disable test affected by api bug (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Jan 5, 2021
1 parent bd1c113 commit e01f98b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cypress/integration/ui/dashboard_filter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Feature: Dashboard filter
When I add a "Organisation Unit" filter
Then the Organisation Unit filter is applied to the dashboard


@nonmutating
Scenario: I add a Facility Type filter
When I add a "Facility Type" filter
Then the Facility Type filter is applied to the dashboard
# TODO - renable this test once the api bug is fixed
# @nonmutating
# Scenario: I add a Facility Type filter
# When I add a "Facility Type" filter
# Then the Facility Type filter is applied to the dashboard

0 comments on commit e01f98b

Please sign in to comment.