mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
adapt to fix and to fixup
This commit is contained in:
committed by
Géry Debongnie
parent
09761ddd8e
commit
7b95315b87
@@ -1590,12 +1590,12 @@ test("concurrent renderings scenario 9", async () => {
|
||||
"ComponentB:willRender",
|
||||
"ComponentB:rendered",
|
||||
"ComponentA:willPatch",
|
||||
"ComponentB:willPatch",
|
||||
"ComponentC:willPatch",
|
||||
"ComponentD:willPatch",
|
||||
"ComponentB:willPatch",
|
||||
"ComponentB:patched",
|
||||
"ComponentD:patched",
|
||||
"ComponentC:patched",
|
||||
"ComponentB:patched",
|
||||
"ComponentA:patched",
|
||||
]).toBeLogged();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user