Fixed tests

This commit is contained in:
María Checa
2017-10-04 10:03:44 +02:00
parent e32521ebe0
commit 8dc05d399b
2 changed files with 0 additions and 6 deletions

View File

@@ -322,5 +322,4 @@ end
def documentable_fill_new_valid_poll_question
page.select documentable.poll.name, from: 'poll_question_poll_id'
fill_in 'poll_question_title', with: "Star Wars: Episode IV - A New Hope"
fill_in_ckeditor "poll_question_description", with: "Description"
end