mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
Et2Description: Fix broken activate links test, it needed camelCase attribute
This commit is contained in:
parent
1b7f9d3ebc
commit
2c15e2f8ef
@ -110,7 +110,7 @@ describe("Textbox widget", () =>
|
|||||||
assert.isNull(element.querySelector("a"), "Links got activated when activate_links property is false");
|
assert.isNull(element.querySelector("a"), "Links got activated when activate_links property is false");
|
||||||
|
|
||||||
// Turn it on
|
// Turn it on
|
||||||
element.activate_links = true;
|
element.activateLinks = true;
|
||||||
|
|
||||||
// wait for asynchronous changes to the DOM
|
// wait for asynchronous changes to the DOM
|
||||||
// @ts-ignore TypeScript doesn't recognize widgets as Elements
|
// @ts-ignore TypeScript doesn't recognize widgets as Elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user