Assert visibility of every field of Tab in resource form
Is there a way to assert that entire Tab with fields in form is visible/hidden?
I've got a form with this schema
I want to assert that all fields in
I'm currently asserting visibility of each field, which seems a bit excessive, since every tab has like 15 fields..
I've got a form with this schema
I want to assert that all fields in
Internal services tab are visible and assert that all fields in External services tab are hidden.I'm currently asserting visibility of each field, which seems a bit excessive, since every tab has like 15 fields..