parse-server icon indicating copy to clipboard operation
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`

Open mtrezza opened this issue 1 year ago • 3 comments
trafficstars

New Issue Checklist

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

mtrezza avatar Aug 11 '24 12:08 mtrezza

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 avatar Aug 18 '24 12:08 soma2000-lang

@soma2000-lang For help with Parse Platform we recommend our community forum or our community chat

mtrezza avatar Aug 18 '24 13:08 mtrezza

🎉 This change has been released in version 8.2.0

parseplatformorg avatar May 01 '25 10:05 parseplatformorg