parse-server
parse-server copied to clipboard
Fix flaky test `Email Verification Token Expiration: sets the _email_verify_token_expires_at and _email_verify_token fields after user SignUp`
New Issue Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
Issue Description
Fix flaky test Email Verification Token Expiration: sets the _email_verify_token_expires_at and _email_verify_token fields after user SignUp.
https://github.com/parse-community/parse-server/blob/9fd707092eeb431b7165b79b329bbd4b58be6942/spec/EmailVerificationToken.spec.js#L245
The test is currently in the flaky test list:
https://github.com/parse-community/parse-server/blob/9fd707092eeb431b7165b79b329bbd4b58be6942/spec/support/CurrentSpecReporter.js#L21-L22
Thanks for opening this issue!
- 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
@mtrezza .I had a question why have they specified in this line https://github.com/parse-community/parse-server/blob/9fd707092eeb431b7165b79b329bbd4b58be6942/spec/EmailVerificationToken.spec.js#L260 what the public server URL should be.Can you kindly help me with this
@soma2000-lang For help with Parse Platform we recommend our community forum or our community chat
🎉 This change has been released in version 8.2.0