java.util.NoSuchElementException: Cannot find component for current query
I don't know if it's possible to set it up so Vaadin's UIUnitTest can find it but if so this would be very useful. I'm using UI testing from this page rather than end to end testing at the moment.
For example if I do:
$(VaadinCKEditor.class).first().getValue();
I get the error:
java.util.NoSuchElementException: Cannot find component for current query
I don't know if it's possible to set it up so Vaadin's UIUnitTest can find it but if so this would be very useful. I'm using UI testing from this page rather than end to end testing at the moment.