Tuesday, July 1, 2025
1 change · saas-18.3
Code cleanup and technical improvements
The VoIP keypad search tests were reorganized into smaller, easier-to-understand checks. The update also makes the tests more reliable, helping reduce false failures during development without changing user-facing behavior.
Original PR description
This commit splits the "search for name" test into smaller tests for clarity and readability. It also removes the use of `edit` in test and uses `insertText` instead in order for the tests to be deterministic. This test was introduced in: https://github.com/odoo/enterprise/pull/87328