Monday, December 16, 2024
2 changes · 18.0
Code cleanup and technical improvements
Automated guided checks now wait 300ms instead of 400ms between default checks, helping test runs complete faster. This reduces runbot execution time without changing customer-facing business features.
Original PR description
By default, the checkdelay is 400ms when it is not stipulated in a tour. For performance reasons (runbot time), we reduce this delay to 300ms. 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
The Colombian e-invoicing checkout test automation was updated to use newer testing helpers instead of older jQuery-based code. This is an internal cleanup that helps keep tests easier to maintain without changing the customer checkout experience.
Original PR description
In this commit, we prefer to use tour helpers instead of jQuery.