29th / personnel-v3

Personnel management system version 3
https://www.29th.org
2 stars 6 forks source link

Get system tests working #249

Open wilson29thid opened 6 months ago

wilson29thid commented 6 months ago

I added one system test in the enlistments-system-test branch. Running bin/rails test:system works fine, but bin/rails test:all (which runs all tests) fails. The error suggests the session may be getting saved somehow, but I can't figure out what's wrong.

It would be good to get this working. I suppose if all else fails, we can run them as a separate GitHub Actions job, using bin/rails test:system (and not :all).