I tried to implement a file upload test with nightwatchjs but I couldn't set the path of an invisible 'fileupload' form input. (The file upload is initiated by the user with a visible label, although ...
I've noticed that ClickTest.testShouldOnlyFollowHrefOnce fails sometimes (but at a very low rate) because it closes the original window instead of the newly-opened window. Specifically, this switchTo( ...