mononoken / fae-scribe

0 stars 0 forks source link

Revisit #sleep calls in system tests #55

Open mononoken opened 1 year ago

mononoken commented 1 year ago

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...