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