You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The step definition @when I edit the :contentType content :title fails unless Gouette is defined in the behat.yml file. Adding this to existing projects can break tests.
The Selenium2 driver does not have access to status codes and throws the following error when this definition is used:
Status code is not available from Behat\Mink\Driver\Selenium2Driver (Behat\Mink\Exception\UnsupportedDriverActionException)
The step definition @when I edit the :contentType content :title fails unless Gouette is defined in the behat.yml file. Adding this to existing projects can break tests.
The Selenium2 driver does not have access to status codes and throws the following error when this definition is used:
Status code is not available from Behat\Mink\Driver\Selenium2Driver (Behat\Mink\Exception\UnsupportedDriverActionException)
The offending line in code is: https://github.com/palantirnet/palantir-behat-extension/blob/master/src/Palantirnet/PalantirBehatExtension/Context/NodeContext.php#L51
Removing this assertion should resolve this problem, but may have unintended consequences.
The text was updated successfully, but these errors were encountered: