matrix-org / patience

Full stack integration testing for Matrix clients and servers
Apache License 2.0
18 stars 3 forks source link

Element Web storage confusion when running multiple tests #4

Open jryans opened 3 years ago

jryans commented 3 years ago

For some reason, when running multiple tests, Element Web's account storage does not seem to get cleared properly between test runs, so tests after the first one get confused and fail.

It's a bit odd, since manual runs where you click each test file one by one do seem to work.