mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
use multiformatter for simplecov to get html cov reports back
This commit is contained in:
parent
2dcbbcf529
commit
955e3e86bc
2 changed files with 5 additions and 1 deletions
|
@ -16,6 +16,7 @@ describe 'signup' do
|
|||
fill_in 'password', with: @site[:password]
|
||||
fill_in 'email', with: @site[:email]
|
||||
rescue Capybara::ElementNotFound
|
||||
puts "Waiting on fill_in #{Time.now - time} seconds"
|
||||
raise if Time.now - time > 30
|
||||
sleep 0.5
|
||||
retry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue