Can't set the nextSibling
properly of a plain object to null
#1351
Labels
Milestone
nextSibling
properly of a plain object to null
#1351
Tested page:
Without hammerhead:
alert(null)
.With hammerhead:
alert(<input-element-description>)
.Reason:
https://github.com/DevExpress/testcafe-hammerhead/blob/master/src/client/sandbox/code-instrumentation/properties/index.js#L406
It seems we should add one more check to the condition like:
domUtils.isDomElement(node),
.Additionally take a look at other properties. It possible there similar things there.
The text was updated successfully, but these errors were encountered: