Wednesday, February 26, 2025
2 changes · 17.0
Enhancements to existing features
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
Original PR description
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
Adds automated coverage to confirm that visitors can complete the basic appointment booking journey, including selecting an appointment type, choosing a slot, and passing the email check. This helps reduce the risk of booking issues reaching customers by validating a key public-facing flow.
Original PR description
Before this commit, there is no test covering a visitor can properly book an appointment. This test focuses on the basic flow, from selecting an appointment type to successfully booking a slot, including coverage of the email check. task-4601065