You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
█ Post run: checking for unpurged dialogs
✓ response status: expected 200 to equal 200
✓ has valid json body
✗ unpurged dialogs: expected 1 to equal +0
IDs that are successfully purged are not removed from the array that the test asserts against.
Reproduction
Run e2e test
Expected behavior
✅
Actual behavior
❌
The text was updated successfully, but these errors were encountered:
Did not remove IDs that were successfully purged
#1547
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Improved the logic for purging dialogs to ensure only failed purges
are retained for further inspection.
- Streamlined logging by removing unnecessary output upon purge failure.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Description
e2e purge test fails with
IDs that are successfully purged are not removed from the array that the test asserts against.
Reproduction
Run e2e test
Expected behavior
✅
Actual behavior
❌
The text was updated successfully, but these errors were encountered: