SpectralSequences / sseq

The root repository for the SpectralSequences project.
Apache License 2.0
22 stars 10 forks source link

Fix selenium test #121

Open JoeyBF opened 1 year ago

JoeyBF commented 1 year ago

There's a CI test that consistently fails right now, either by a timeout or a value error. This can't be caused by us, because commit ef6bc24 passed all tests, while the merged counterpart 16a0df9 failed

dalcde commented 1 year ago

Can you reproduce the error locally?

JoeyBF commented 1 year ago

I've tried a few times but I'm having problems with spawning the webserver. I think that's just an error on my end though

JoeyBF commented 10 months ago

I reopened this because, as mentioned in #136, the selenium test now works even though it shouldn't. The webserver needs to be killed in between steps, but doing that leads to issues I don't know how to resolve yet