This step definition indicates that the user is filling in multiple fields with specific values by its label.
When (I|we)* fill in the following:
| feild 1 | value 1 |
| feild 2 | value 2 |
When this step is executed, it typically involves providing a set of field-value pairs or a data structure that specifies the fields and their corresponding values.
Example by label:
When I fill in the following:
| Username | Jhon Smith |
| Password | 1234 |
| Email | jhonsmith@mail.com |