mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
try to make capybara wait for a page load to continue running
This commit is contained in:
parent
2eab561a28
commit
1fa8aa3a74
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ describe 'signup' do
|
|||
|
||||
def fill_in_valid
|
||||
@site = Fabricate.attributes_for(:site)
|
||||
page.must_have_content 'Sign up for free'
|
||||
fill_in 'username', with: @site[:username]
|
||||
fill_in 'password', with: @site[:password]
|
||||
fill_in 'email', with: @site[:email]
|
||||
|
|
Loading…
Add table
Reference in a new issue