Metadrop / behat-contexts

Behat contexts with additional steps
GNU General Public License v2.0
9 stars 19 forks source link

RANDOM CONTEXT - Allow fill random values into a region #138

Closed omarlopesino closed 2 years ago

omarlopesino commented 2 years ago

Currently, the UserRandomContext has methods to fill forms with random values, but it does not allow filling fields in a specific region. It is necessary sometimes where there are more than one form in the same page with same field names . For example, a page with both user login and user register forms.