mvysny / karibu-testing

Vaadin Server-Side Browserless Containerless Unit Testing
Apache License 2.0
105 stars 14 forks source link

Missing readOnly assertion #146

Closed satorstefan closed 1 year ago

satorstefan commented 1 year ago

Hello Martin,

It seems there is no methode to check for readOnly. I was looking for something like _assertReadOnly but only found _assertEnabled/assertDisabled.

Best regards Stefan

mvysny commented 1 year ago

Yup, you're right. I'll add these functions.