Fixed test

This commit is contained in:
María Checa
2017-10-06 14:45:44 +02:00
parent 089c1fecfd
commit 305b5dcf07

View File

@@ -209,8 +209,7 @@ feature 'Polls' do
visit poll_path(poll)
expect(page).to have_link('Han Solo')
expect(page).to_not have_link('Chewbacca')
expect(page).to have_content('Chewbacca')
expect(page).to have_link('Chewbacca')
end
scenario 'Level 2 users answering', :js do