disables slidetoggle when running tests
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
<%= setting['per_page_code'].try(:html_safe) %>
|
||||
|
||||
<% if Rails.env.test? %>
|
||||
<%= javascript_tag "$.fx.off = true;" %>
|
||||
<% end %>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
||||
Reference in New Issue
Block a user