-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
ElementConverter.class's javadoc states that @param node The matched {@code element} but it is not true. HtmlFieldWithConverter does not perform css selection before passing element to convert() method so the node element is actually the whole HTML document.
And even the custom convert test is faulty, you can change
| "<p id=\"today-weather\">Today is Saturday. Weather is sunny</p>" |
to:
"<p id=\"kdjkfajjdfhb-it-doesnt-matter\">Today is Saturday. Weather is sunny</p>" and the test will still pass successfully.Metadata
Metadata
Assignees
Labels
No labels