Sunday, September 1, 2024
1 change · saas-17.2
Resolved issues and error corrections
This fix makes automated web tests wait properly for an expected error dialog before checking it. It reduces random test failures, helping keep validation pipelines more stable without changing user-facing behavior.
Original PR description
Before this commit, some tests might randomly fail because we didn't wait enough before checking the presence of an error dialog in the DOM, `unhandledrejection` errors being thrown asynchrosnouly Runbot error `66438` 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