wp-e2e-tests icon indicating copy to clipboard operation
wp-e2e-tests copied to clipboard

Add cron job to "Log Out Everywhere" test user

Open Stojdza opened this issue 6 years ago • 0 comments

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.

Stojdza avatar Feb 13 '19 19:02 Stojdza