mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
try revisiting signup site if failure
This commit is contained in:
parent
3dbdb584f7
commit
f753b66ffd
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ describe 'signup' do
|
||||||
rescue Capybara::ElementNotFound
|
rescue Capybara::ElementNotFound
|
||||||
puts "Waiting on fill_in #{Time.now - time} seconds"
|
puts "Waiting on fill_in #{Time.now - time} seconds"
|
||||||
raise if Time.now - time > 30
|
raise if Time.now - time > 30
|
||||||
|
visit_signup
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
retry
|
retry
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue