Skip to content

Commit

Permalink
inserted iframes can be targeted after a delay
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Nov 6, 2013
1 parent f65f7b3 commit d64f34b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/reportTestResults.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ console.warn = function(message){
done(null, event);
}
document.body.appendChild(postReportingForm);
postReportingForm.submit();
setTimeout(function(){
postReportingForm.submit();
},0);
}

}(window.jasmine.getEnv()));
Expand Down

0 comments on commit d64f34b

Please sign in to comment.