At the moment, a label using a for attribute for an input is not working properly in Behat tests.
For example, the following step should work with the selector I set the field "Username" to "student" in the app:
<label for="username">Username</label> |
<input name="username" id="username" /> |