updates edit texts on specs

This commit is contained in:
decabeza
2017-10-09 20:09:56 +02:00
parent 471860ea41
commit 090ff83cc1
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ feature 'Admin polls' do
create(:image, imageable: poll)
visit admin_poll_path(poll)
click_link "Edit"
click_link "Edit poll"
end_date = 1.year.from_now

View File

@@ -30,7 +30,7 @@ feature 'Answers' do
visit admin_answer_path(answer)
click_link 'Edit'
click_link 'Edit answer'
old_title = answer.title
new_title = 'Ex Machina'