web: wait for auth redirects to fix e2e tests
Created by: valerybugakov
Context
End-to-end tests started failing recently because of the auth redirects race condition. We relied on the outdated URL in the e2e test logic to perform authentication.
Changes
- This PR adds a small delay that ensures that redirects are completed.