Saturday, October 4, 2025
1 change · 18.0
Resolved issues and error corrections
The change updates an automated test so it uses clearly distinct products, avoiding confusion when task names are generated from product names. This helps keep the Field Service sales workflow test reliable after related sales project behavior changed.
Original PR description
The `industry_fsm_sale_products_compute_catalog_tour` was failing due to changes in task naming behavior from `sale_project`. Issue: - Updates in `sale_project` simplified task names to rely on product display_name, causing identical task names when the test reused the same product for multiple sale order lines. Fix: - Update the test setup to use three unique products with distinct names. task-4903208