Skip to content

Commit

Permalink
Disable bugherd in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Nov 1, 2023
1 parent 0ada8d6 commit 97578db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/_tailwind/application/_html_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
<%= javascript_include_tag "https://unpkg.com/[email protected]/dist/cdn.min.js", defer: true %>
<%= javascript_include_tag "tailwind/application" %>
<%# TODO: Remove this once we don't need bugherd anymore (or don't want to pay for it) %>
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=4mv4c9coe7csi93r42nrqq" async="true"></script>
<%# Disabling bugherd in test because it messes with the accessibility tests %>
<% unless Rails.env.test? %>
<script type="text/javascript" src="https://www.bugherd.com/sidebarv2.js?apikey=4mv4c9coe7csi93r42nrqq" async="true"></script>
<% end %>

0 comments on commit 97578db

Please sign in to comment.