checkElementHasParent()
Checks whether the element is nested inside the provided parent element.
Example:
ts
checkElementHasParent(childElement, modalElement);Checks whether the element is nested inside the provided parent element.
Example:
checkElementHasParent(childElement, modalElement);