Mink icon indicating copy to clipboard operation
Mink copied to clipboard

Move hasContent method from DocumentElement class to TraversableElement.

Open kukko opened this issue 6 years ago • 1 comments

It's useful to find content in DOM elements, not just in the whole document.

kukko avatar Oct 26 '18 11:10 kukko

What about tests? I guess now we also need to check, that hasContent method of all descendants from TraversableElement class works, the NodeElement maybe.

aik099 avatar Oct 26 '18 12:10 aik099