Some system tests are failing sporadically. I think this is being caused from clicks in Capybara being asyncronous and thus clicks are not happening when expected in chains of commands.
I have hard coded some #sleep calls to make these specs more consistent. However, it would be ideal to find a better solution...
Some system tests are failing sporadically. I think this is being caused from clicks in Capybara being asyncronous and thus clicks are not happening when expected in chains of commands.
I have hard coded some
#sleep
calls to make these specs more consistent. However, it would be ideal to find a better solution...