Monday, May 26, 2025
1 change
Code cleanup and technical improvements
This update improves how Odoo explains unstable web tour test failures by showing what changed in the targeted page element. This helps teams identify and fix test issues faster, improving development reliability without changing end-user functionality.
Original PR description
When we detect an indeterminism in the towers, it means that the targeted element has mutated or been modified. However, it is very complicated to know exactly what has changed. The goal of this commit is to facilitate the understanding of these modifications to be able to more easily know which state of the element to target to correct the indeterminism. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr