Sunday, September 1, 2024
2 changes
1 change
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
1 change
Resolved issues and error corrections
A new test case has been added to the HR Work Entry Contract Planning Attendance module to verify that planning-based contracts correctly handle work entries and overtime calculations. This ensures the feature works as intended and helps prevent future regressions.
Original PR description
In this PR, one test case is added to ensure the behavior of the planning-based contract on work entries Task - 3646385