mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] components: remove .el
This commit is contained in:
committed by
Samuel Degueldre
parent
a727347d60
commit
cca8438d38
@@ -287,7 +287,7 @@ describe("style and class handling", () => {
|
||||
state = useState({ c: true });
|
||||
setup() {
|
||||
onMounted(() => {
|
||||
(<HTMLDivElement>this.el!).classList.add("user");
|
||||
fixture.querySelector("div")!.classList.add("user");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user