The test hangs when trying to navigate to a URL using Fluentlenium in Firefox. The same test works in HTMLUnit but also hangs on certain pages that use Angular.js. Downgrading jQuery from version 1.9.0 to 1.8.3 resolved the issue, indicating the hang was likely due to incompatibility between jQuery, Angular.js and the browser drivers.