a11y polish

This commit is contained in:
Mark Moser
2017-04-18 17:15:38 -05:00
parent 235b4314a4
commit d53d87f1bc
9 changed files with 59 additions and 40 deletions

View File

@ -17,6 +17,6 @@ class QuestionLiveCoderTest < ActionDispatch::IntegrationTest
get question_path(question.id)
assert_response :success
assert_select '#answer_answer_hash_html', question.input_options['html']
assert_select "textarea", question.input_options['html']
end
end