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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
Each time when a user logs in, a session token is saved to a database. When the number of these saved sessions becomes too big e2e tests can become flaky. Here is the one example of failed test with the error Unsuccessful HTTP response.
We need to add cron job which will log out default test user from all saved sessions.
The text was updated successfully, but these errors were encountered:
Each time when a user logs in, a session token is saved to a database. When the number of these saved sessions becomes too big e2e tests can become flaky. Here is the one example of failed test with the error
Unsuccessful HTTP response
.We need to add cron job which will log out default test user from all saved sessions.
The text was updated successfully, but these errors were encountered: