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

[bug?] 'No document to update' cypress failure reason #3572

Closed
benfurber opened this issue May 22, 2024 · 1 comment · Fixed by #3609
Closed

[bug?] 'No document to update' cypress failure reason #3572

benfurber opened this issue May 22, 2024 · 1 comment · Fixed by #3609

Comments

@benfurber
Copy link
Member

Failure reasons like this come up every so often and more recently since trying to isolate more test cases:

The following error originated from your application code, not from Cypress. It was caused by an unhandled promise rejection.

  > No document to update: projects/onearmy-test-ci/databases/(default)/documents/vqFdX_v3_users/ci_qxrog

Basically there's a firebase error as it's trying to delete a user account that's already(?) been removed.

This problem is probably due to some ordering issue somewhere in the afterhooks but I'm also inclined to just add an exception for that external event, like we've already done for database indexing issues (packages/cypress/src/support/rules.ts)

What do others think?

@onearmy-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.187.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants