Et2Description: Fix broken activate links test, it needed camelCase attribute

This commit is contained in:
nathan 2023-02-06 15:59:32 -07:00
parent 1b7f9d3ebc
commit 2c15e2f8ef

View File

@ -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