You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running unit tests I'm having trouble with persistent sessions across tests. This causes fatalErrors to be called when we attempt to set up the Session object. I added a method to clear the session which can be run in a teardown step which seemed to work. If that works for you I can create a PR.
The text was updated successfully, but these errors were encountered:
When running unit tests I'm having trouble with persistent sessions across tests. This causes fatalErrors to be called when we attempt to set up the Session object. I added a method to clear the session which can be run in a teardown step which seemed to work. If that works for you I can create a PR.
The text was updated successfully, but these errors were encountered: