Skip to content

Commit

Permalink
No alert in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 16, 2024
1 parent 2a2bec6 commit 32284ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cases/filters/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
= render partial: 'layouts/header'

- content_for :alert_banner
= render partial: 'layouts/alert_banner'
= render partial: 'layouts/alert_banner' unless Rails.env.test?

- if @can_add_case
.grid-row
Expand Down

0 comments on commit 32284ba

Please sign in to comment.