Skip to content
Snippets Groups Projects
Commit 63123733 authored by David Monjoie's avatar David Monjoie
Browse files

[FIX] web_editor: fix html table paste tests


Those tests happened to fail nondeterministically for no apparent
reason and with multiple different wrong tests results.

Some of those wrong results were particularly striking like having
completely empty contents, while others looked more like some kind
of race condition.

Aiming to kill two birds with one stone, I moved the html contents
of the tests into their very own test file so that no asynchronous
file loading on the server is done during testing at runtime anymore.

closes odoo/odoo#125020

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 12bdb8e0
No related branches found
No related tags found
No related merge requests found
Showing
with 518 additions and 323 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment