Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e test timeout with login #4515

Open
byhow opened this issue Jun 5, 2024 · 1 comment
Open

e2e test timeout with login #4515

byhow opened this issue Jun 5, 2024 · 1 comment
Assignees

Comments

@byhow
Copy link
Contributor

byhow commented Jun 5, 2024

Most likely due to Cloudflare Turnstile configuration. See PR for more console logs. Either we:

  • disable Turnstile for CI
  • bypass/hack it with playwright
  • add ip bypass for turnstile for every ip request from github actions (if static ip)

Update Jul. 30th

The PR fixed the CF rate limit / recaptcha challenege already through rotating user agents and disabling webdriver through a addInitScript hook. However, since login in with email needs an explicit captcha now, see develop/src/components/Forms/EmailLoginForm/index.tsx , this timeout will persist until we work out a way to bypass login (injecting a long-lived user auth token into e2e test github action secret).

@zeckli
Copy link
Contributor

zeckli commented Aug 9, 2024

@robertu7 I reassigned this one to you. It's all up to you to reassign or move back to backlog.

@zeckli zeckli assigned robertu7 and unassigned byhow Aug 9, 2024
@gitwoz gitwoz assigned gitwoz and unassigned robertu7 Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants