Get tests passing again by removing 'loadFromXML()' call

- it's loaded by the html`...`, and trying to load it from itself is just wrong
This commit is contained in:
nathan 2024-12-20 09:13:49 -07:00
parent 54352c2120
commit d9dd71d367

View File

@ -194,7 +194,6 @@ describe("Tags", () =>
<et2-email label="I'm a select" value="one@example.com, two@example.com">
</et2-email>
`);
element.loadFromXML(element);
// Stub egw()
sinon.stub(element, "egw").returns(window.egw);