Friday, March 1, 2024
1 change · master
Code cleanup and technical improvements
This update changes how automated guided tour tests identify page elements, moving from an older method to a newer internal testing approach. It helps keep quality checks reliable across many business apps without changing the day-to-day user experience.
Original PR description
Before this commit, triggers (extra_triggers, alt_triggers and skip_triggers) defined in steps of tours were found in the DOM with $() jQuery function. In this commit, these steps are now found with Hoot queryAll() function. Triggers of steps have so been adapted to satisfy this adaptation. task~3600484 https://github.com/odoo/odoo/pull/155605