Fix tests

This commit is contained in:
aignatov-bio 2020-07-23 15:02:43 +02:00
parent 9f7efe6068
commit 968249c6d8

View file

@ -120,7 +120,9 @@
<%= render partial: "protocols/import_export/import_elements.html.erb" %>
<!-- Status flow modal -->
<%= render partial: 'my_modules/modals/status_flow_modal.html.erb' %>
<% if @my_module.my_module_status_flow %>
<%= render partial: 'my_modules/modals/status_flow_modal.html.erb' %>
<% end %>
<!-- Create new office file modal -->
<%= render partial: 'assets/wopi/create_wopi_file_modal.html.erb' %>