unabridged / motion

Reactive frontend UI components for Rails in pure Ruby
https://github.com/unabridged/motion
MIT License
697 stars 19 forks source link

Deterministic system tests #62

Closed alecdotninja closed 4 years ago

alecdotninja commented 4 years ago

This removes rspec-retry completely and tries to make system tests completely deterministic by adding wait_for_connect and wait_for_render helpers to system tests. I think this should be enough to make all tests pass consistently, but it's probably worth retrying the pipeline a few times to be sure.