parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.83k stars 4.77k forks source link

Fix flaky test `UserController sendVerificationEmail parseFrameURL provided uses parseFrameURL and includes the destination in the link parameter` #9275

Open mtrezza opened 1 month ago

mtrezza commented 1 month ago

New Issue Checklist

Issue Description

Fix flaky test UserController sendVerificationEmail parseFrameURL provided uses parseFrameURL and includes the destination in the link parameter.

https://github.com/parse-community/parse-server/blob/453a9879efedc98d942e0c0d3c9254ae5cd4858b/spec/UserController.spec.js#L43

The test is currently in the flaky test list:

https://github.com/parse-community/parse-server/blob/9fd707092eeb431b7165b79b329bbd4b58be6942/spec/support/CurrentSpecReporter.js#L19-L20

parse-github-assistant[bot] commented 1 month ago

Thanks for opening this issue!