Daily updates from Odoo
Wednesday, July 17, 2024
1 change
Resolved issues and error corrections
This fix resolves intermittent test failures in the Report Editor that occurred about 8% of the time. The issue was caused by report editing being triggered before the editor was fully loaded. By improving how the system identifies when the editor is ready, these unreliable test failures are now eliminated, ensuring more consistent and reliable testing.
Original PR description
Before this commit, in about 8% of the time for some test tours, some edition of the report was triggered before the OdooEditor had a chance to start, so the concerned step failed. After this commit, there is no such race condition, as we add OdooEditor's specific class to the step selectors. runbot-error-29949 (and all linked error)