You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could just be that I'm not seeing it but if not it would be a great addition to be able to run TestBench with VaadinCKEditor. My understanding is that it needs a VaadinCKEditorElement class to be able to test (at least easily) but I could be wrong. If I'm not wrong then I would suggest adding this as it would be very helpful.
The text was updated successfully, but these errors were encountered:
which I assume I could also use to grab the CKEditor (By.id("ckeditor-wrapper")) and go from there but it would be a lot cleaner and more standard to be able to just do $(VaadinCKEditorElement.class). It's definitely more of a suggested nicety to keep things standard since there are other ways to get the editor.
It could just be that I'm not seeing it but if not it would be a great addition to be able to run TestBench with VaadinCKEditor. My understanding is that it needs a VaadinCKEditorElement class to be able to test (at least easily) but I could be wrong. If I'm not wrong then I would suggest adding this as it would be very helpful.
The text was updated successfully, but these errors were encountered: