We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have several scenarios where I get the following error message: Fatal error: Call to a member function execute() on null This causing it: https://github.com/jhedstrom/drupalextension/blob/master/src/Drupal/DrupalExtension/Context/MinkContext.php#L106 With a combination of the following step name: Given I am logged in as "B User to follow" As this is the first command in the scenario and the selenium browser is not yet populated, I get an error.
Given I am logged in as "B User to follow"
The text was updated successfully, but these errors were encountered:
The wait function should be only called when the session is already running (started). $this->getSession()->getDriver()->isStarted()
$this->getSession()->getDriver()->isStarted()
Sorry, something went wrong.
No branches or pull requests
I have several scenarios where I get the following error message: Fatal error: Call to a member function execute() on null
This causing it: https://github.com/jhedstrom/drupalextension/blob/master/src/Drupal/DrupalExtension/Context/MinkContext.php#L106
With a combination of the following step name:
Given I am logged in as "B User to follow"
As this is the first command in the scenario and the selenium browser is not yet populated, I get an error.
The text was updated successfully, but these errors were encountered: