Skip to content

Commit

Permalink
Add delay to frequently failing integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Feb 16, 2018
1 parent 82aab1e commit a923285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/system/event_staging_flow_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
edit_link = find_link(class: 'edit')
edit_link.click
fill_in 'effort-first-name-field', with: 'Betty'
sleep(0.1)
fill_in 'effort-bib-number-field', with: '1001'
click_button 'Done'
wait_for_ajax
Expand Down

0 comments on commit a923285

Please sign in to comment.