changes title text for public interests list

This commit is contained in:
decabeza
2017-12-06 15:40:50 +01:00
parent 864c022b08
commit 83c23c35c4
3 changed files with 6 additions and 6 deletions

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("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("Tags of elements you follow")
end
scenario 'Should display generic empty interests list message when visited user has not interests defined' do