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
No, the second part is incorrect. You would have to validate that, after a render, the control that was rendered was editable. In this case you're just checking that the variable inside the column definition has been set - both your checks are the same.
You can either create a Selenium test (not that difficult, there is lots of infra) or make a test calling renderRow() of the RowRenderer. You would then get, inside the ColumnContainer, a call to add that control that was created. You can add a check for that.
Example:
Without the 'editable()' method, the control is shown in read-only mode.
The text was updated successfully, but these errors were encountered: