mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] portal: correctly mount portal content in target created by mount
Previously, blah blah blah
This commit is contained in:
@@ -892,7 +892,7 @@ describe("Portal", () => {
|
||||
}
|
||||
await mount(Parent, fixture);
|
||||
expect(fixture.innerHTML).toBe(
|
||||
'<span>child</span><div class="portal"></div><span>portal</span>'
|
||||
'<span>child</span><div class="portal"><span>portal</span></div>'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user