mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:29:02 +01: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");
|
||||
|
||||
// Turn it on
|
||||
element.activate_links = true;
|
||||
element.activateLinks = true;
|
||||
|
||||
// wait for asynchronous changes to the DOM
|
||||
// @ts-ignore TypeScript doesn't recognize widgets as Elements
|
||||
|
Loading…
Reference in New Issue
Block a user