wontlost-ltd / vaadin-litelement-ckeditor

Vaadin14+LitElement+CKEditor5
Other
17 stars 13 forks source link

Vaadin unit testing doesn't seem to be able to find VaadinCKEditor #49

Closed FollowSteph closed 1 year ago

FollowSteph commented 1 year ago

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.

FollowSteph commented 1 year ago

My sincerest apologies, it was an error in my code.