When I run my feature using tag @firebug, my test runs and passes without a hitch, but when I remove the tag @firebug and run test headless I get error timed out (Capybara::TimeoutError). Unfortunately I can’t provide much more information. I’m not really expecting an answer, but any help to point me in the right direction would be much appreciated.
When I run my feature using tag @firebug , my test runs and passes
Share
try putting @javascript and then run headless…hope it works…
You can try one more solution. I’ve removed this error by using google Chrome instead of Firefox and used curb protocol. First you have to get the chrome driver. I am not getting this error without removing fakeweb (that I thought, was the culprit)
Include this in your
env.rbHope it helps…