Testing repeater if field exists
I'm testing the form of an action of a custom page and need to check if all fields are present. The form has an repeater component. How can I check the existence of the fields in the repeater component? For the normal fields the test works fine, but I can't test for the repeater fields. Here is the test:
The 'variants' is the repeater. Something like 'variants.factor' doesn't work.
0 Replies