Can't select a checkbox from a group of checkboxes
I'm trying to write a simple unit test to tick a few checkboxes from a group of checkboxes and then submit the form. The names of the checkboxes are all "answer_id[]" so that I can receive them as an array when the form is submitted.