Fill an input field located by its label, placeholder, or name.
Step pattern
When (I |we )*fill in "([^"]*)?" with "([^"]*)?"Examples
Example #1
When I fill in "Username" with "John Smith"Example #2
When I fill in "Email" with "jon@example.com"Example #3
And we fill in "Organization" with "Webship.co"Example #4
And I fill in "Password" with "1234"