Convert dashboard test into a system test
Allows to remove an id used only for testing.
This commit is contained in:
parent
9dcc5639fd
commit
22841f5908
3 changed files with 28 additions and 25 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue