Closed BryanRice800 closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.
Please complete the following:
Link to the page that needs to be updated or changed. https://docs.devwithlando.io/dev/testing.html
Describe the change you'd like I am currently using lando in s multisite setup and trying to use behat testing, however I can't find any relevant documentation other than the basic setup which is not working for this case.
Tell us about your setup
Version: v3.0.0-rc.16 OS:
Tell us about your
.lando.yml
behat.yml
behat command
Tell us about the error you got lando behat nbcsports --tags=@some-tag Feature: Confirm media cards functionality
Background: The media card admin form should be accessible # features/Functionalitymy-feature.feature:3 Given I am logged in as a user with the "administrator" role # CustomDrupalContext::assertAuthenticatedByRole() Form field with id|name|label|value|placeholder "Username" not found. (Behat\Mink\Exception\ElementNotFoundException) And I am on "/block/add/media-card" # Drupal\DrupalExtension\Context\MinkContext::visit()