Here is a reproduction repo: https://github.com/anatoliyarkhipov/nightwatch-firefox
It's a clear installation of nightwatch
and webdriver-manager
. The test opens http://example.com, clicks on the link and checks some content on the next page.
The problem is that if I run it in Firefox, it fails on the first step where we check that <body>
is visible. If we change firefox
to chrome
in nightwatch.conf.js
, then the test will pass.
I run it on Windows 10, Firefox 57.0 (64-bit).
What am I doing wrong?