fix exporthtml assethelper test to wait for forks
This commit is contained in:
parent
30c2c2c418
commit
dccfc597a8
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ $mech->submit_form_ok({
|
|||
fields => {
|
||||
},
|
||||
});
|
||||
WebGUI::Test->waitForAllForks;
|
||||
|
||||
ok( -e File::Spec->catfile( $dir->dirname, 'top', 'index.html' ), 'top export exists' );
|
||||
ok( -e File::Spec->catfile( $dir->dirname, 'top', 'child', 'index.html' ), 'child export exists' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue