Thursday, September 4, 2025
1 change · saas-18.2
Enhancements to existing features
This update makes automated tests for messaging and live chat use more stable page markers instead of visual styling details. It helps reduce false test failures and supports more reliable maintenance without changing the customer-facing product experience.
Original PR description
This commit updates the test selectors to use data-as-tab-id to avoid ambiguity. This change enhances the robustness of the tests by reducing their dependency on CSS classes. Using data-as-tab-id attributes provides a more stable and reliable way to select elements in the DOM for testing purposes. backport - https://github.com/odoo/odoo/pull/224974 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#225385