Wednesday, December 18, 2024
1 change · 18.0
Code cleanup and technical improvements
This update makes internal web tour testing easier and more reliable by improving how browser windows open during automated tests. It also gives developers quicker access to debugging tools in the browser console, helping them diagnose issues faster.
Original PR description
In this commit, we change two small things to make debugging tours much easier. The first is to use the --start-fullscreen flag instead of --start-maximized because the first one seems to not work properly depending on the chrome versions. The second is to make hoot more easily available in the console so that it can be used more quickly. 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