Convert dashboard test into a system test

Allows to remove an id used only for testing.
This commit is contained in:
Anton Khorev 2024-08-22 17:47:26 +03:00
parent 9dcc5639fd
commit 22841f5908
3 changed files with 28 additions and 25 deletions

View file

@ -38,7 +38,7 @@
<li><%= link_to t(".friends_diaries"), friends_diary_entries_path %></li>
</ul>
</nav>
<div id="friends-container">
<div>
<%= render :partial => "contact", :collection => friends, :locals => { :type => "friend" } %>
</div>
<% end %>