mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:48:55 +01:00
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:
parent
54352c2120
commit
d9dd71d367
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user