I need to renew the auth token I'm getting after test user is created.
As far as I understood from manual, this could be done by redirecting the browser to authentication page, and then the browser will be redirected to landing page with authentication token in query string.
This doesn't work well for automated testing, so currently I am creating test user for every test. I think this is not the right approach, so I need to create test user once and then re-use his auth token in tests.