Capybara not selecting option

Hi Tom,

when I check the form with Launchy’s ‘save_and_open_page’ command, the research project is available as an option in the select dropdown:

<select id="publication_research_project_id" name="publication[research_project_id]">
  <option value="">Please select</option>
  <option value="1623">autem soluta quaerat aut nesciunt</option>
</select>

But for som resean Capybara doesn’t seem to select it.

greetings,

Anthony