Fixed test

This commit is contained in:
María Checa
2017-09-07 17:51:55 +02:00
parent 27ac4c5815
commit fb5211f251

View File

@@ -41,7 +41,7 @@ feature 'Poll Questions' do
visit question_path(normal_question) visit question_path(normal_question)
expect(page).to have_link(document.title) expect(page).to have_content(document.title)
end end
context 'Answering' do context 'Answering' do