FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.41k stars 637 forks source link

[#1495] Hopefully tests are more stable now... #1496

Closed jung-kim closed 2 years ago

jung-kim commented 2 years ago

This was so annoying because it passed on my local comp and had to push every single changes to check if passes on github actions...

Also, I'm sure there are few more twicks needed as we go...

jung-kim commented 2 years ago

Admittedly, tests are slower. A lot of coordinations are added that slowed down. But honestly, tests on the local comp is not too bad.

Hopefully, this PR is to bring stability to the wobbly tests. And hopefully we can make it faster and more efficient. Maybe with pausing the program events triggers thus preventing potential dom changes, which seems to be the main reason why tests are so unstable.