Testing relation manager form field visibility
How can I test form field visibility in a relation manager modal?
e.g. I would assert that "email" field is visible using ViewAction.
I have tried this:
But I get this error:
This is an excerpt of the relation manager component:
Thoughts?
1 Reply
have you found a solution? Did you try
callTableAction
instead of mountTableAction
?