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 Testing - Rework Registration / Invitation #846

Open
Tracked by #419
Phil91 opened this issue Jul 18, 2024 · 0 comments
Open
Tracked by #419

E2E Testing - Rework Registration / Invitation #846

Phil91 opened this issue Jul 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Phil91
Copy link
Member

Phil91 commented Jul 18, 2024

Current Behavior

After the rework of the invitation process the mail is only send after the process worker run the invitation and send mail process which takes at least two process worker runs. The end to end tests for the invitation and registration check the successful receiving of the invitation email, the check is done synchronous, therefor it fails since the mail is only send after the process worker run.

Expected Behavior

All End to end tests should run successful

Steps To Reproduce

Setup the end to end test configuration, execute the end to end test project

Detected in version 2.0.0 (with change to asynchronous mailing process)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: BACKLOG
Development

No branches or pull requests

1 participant