updates texts on specs

This commit is contained in:
decabeza
2017-10-18 19:37:20 +02:00
parent f6ee472a66
commit 2148ee7492

View File

@@ -314,7 +314,7 @@ feature 'Users' do
@user.update(public_interests: true)
visit user_path(@user)
expect(page).to have_content("List of interests (Tags of elements this user follows)")
expect(page).to have_content("List of interests (tags of elements this user follows)")
end
scenario 'Should display custom interests title when user is visiting own user page' do
@@ -322,7 +322,7 @@ feature 'Users' do
login_as(@user)
visit user_path(@user)
expect(page).to have_content("List of interests (Tags of elements you follow)")
expect(page).to have_content("List of interests (tags of elements you follow)")
end
scenario 'Should display generic empty interests list message when visited user has not interests defined' do