-
- Downloads
[FIX] website: make gray colors test more robust
Since a recent change at [1], a race condition seems to occur in the gray colors palette test. Indeed, the change removed some delay in the hackish code that is meant to wait for CSS reload. Instead of restoring that otherwise-useless delay, this commit actually fixes an extra_trigger that was incorrectly made in this test when it was introduced at [2]. In any case, we should develop a more consistent and uniformed way to wait for a CSS reload during edition test tours. It is currently done different ways in different tests. Note: this targets 16.0 to fix the wrong extra_trigger at the source, even though [1] was only made in later versions. [1]: https://github.com/odoo/odoo/commit/c6f8f781150902f585e16087f4a3868a855f3bd8#diff-795af7752739f5f510f74e5ee9b5b04d18a851062a1a6b7350cbe406e30a409dL18 [2]: https://github.com/odoo/odoo/commit/ddf2e74b4cf503ba651174bc7f280bf2f31a215e runbot-24371 closes odoo/odoo#133345 Signed-off-by:Romain Derie (rde) <rde@odoo.com>
Please register or sign in to comment