Wednesday, July 10, 2024
2 changes · saas-17.1
Resolved issues and error corrections
The project onboarding tour no longer shows sub-task guidance in every launch scenario. This keeps the guided experience focused by only showing those steps when the tour starts automatically.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: - In the onboarding tour, a step guides users in creating sub-tasks. Desired behavior after PR is merged: - Launch the sub-task steps only when the tour is automatically started. task-3990244 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an intermittent issue in automated point-of-sale loyalty checks where the reward line was verified before it finished appearing. The change makes the test wait for the reward line to render first, reducing false failures and improving release reliability.
Original PR description
The step to check the reward line added was sometimes happening before it had time to render. Changed the order of the step to allow the reward line to be rendered before checking it. runbot error: 69954