diff --git a/tests/acceptance/signup_tests.rb b/tests/acceptance/signup_tests.rb index 11192a07..6e2a6719 100644 --- a/tests/acceptance/signup_tests.rb +++ b/tests/acceptance/signup_tests.rb @@ -58,6 +58,7 @@ describe 'signup' do page.must_have_content 'Welcome to Neocities' Capybara.reset_sessions! visit_signup + sleep 0.3 fill_in 'username', with: @site[:username] fill_in 'password', with: @site[:password] click_signup_button @@ -183,4 +184,4 @@ puts "$$$$$$$$$$$$$$$$$$$$$$ TODO FIX TAGS TESTS" site.tags.first.name.must_equal 'one' end =end -end \ No newline at end of file +end