The second test fails with the following error:
Given I am logged in as a user with the "authenticated user" role # Drupal\DrupalExtension\Context\DrupalContext::assertAuthenticatedByRole()
Form field with id|name|label|value "Username" not found. (Behat\Mink\Exception\ElementNotFoundException)
I'm not sure where to add the username and password in order to log in, I have tried in behat.yml but receive errors about unrecognized options.
The second test fails with the following error:
Given I am logged in as a user with the "authenticated user" role # Drupal\DrupalExtension\Context\DrupalContext::assertAuthenticatedByRole()
Form field with id|name|label|value "Username" not found. (Behat\Mink\Exception\ElementNotFoundException)
I'm not sure where to add the username and password in order to log in, I have tried in behat.yml but receive errors about unrecognized options.