Skip to content
New issue

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

Step definition to edit node fails unless Gouette is being used #22

Open
patrickfweston opened this issue Feb 22, 2016 · 0 comments
Open

Comments

@patrickfweston
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant