Monday, September 8, 2025
2 changes · saas-18.4
Enhancements to existing features
This update makes internal tests for the mail and discussion areas more reliable by using clearer page markers instead of visual styling details. It helps reduce false test failures and supports smoother maintenance without changing how users interact with the product.
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#225571 Forward-Port-Of: odoo/odoo#225385
A previously disabled website translation test has been updated to work with the new website builder layout. This helps ensure translation options continue to behave correctly and reduces the risk of regressions in website editing.
Original PR description
The `translate_text_options` tour was previously broken due to DOM structure changes introduced by the new website builder and was consequently disabled. This commit updates the tour steps to align with the new DOM and re-enables the associated test. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr