🐛(backend) fix flaky test with team access #646

Faker sometimes creates users whose name starts with "Ms." or "Mr."
The implemented test code computed the order without handling
these cases and failed.
This commit is contained in:
Sabrina Demagny
2025-01-17 09:54:55 +01:00
parent 0a795f6e6f
commit cd7135da00
2 changed files with 19 additions and 16 deletions

View File

@@ -17,6 +17,7 @@ and this project adheres to
### Fixed
- 🐛(backend) fix flaky test with team access #646
- 🧑‍💻(dimail) remove 'NoneType: None' log in debug mode
- 🐛(frontend) fix flaky e2e test #636
- 🐛(frontend) fix disable mailbox button display #631