-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update "I should see a :label field" methods for Drupal 8 #30
Conversation
9ccbc8c
to
6177850
Compare
…-extension, though somehow its counterpart assertRegionElementText() is not.
@becw even after adding the extension in composer
and re-running composer install I'm not see |
@labbydev did you also add it to the dependencies section of your |
@labbydev , @becw |
@labbydev @becw Don't we prefer https over the ssh? I forget why, but I remember running into trouble with the
So... with ^ that in your composer.json, to add it to the require-dev section of composer.json so you can test this branch you would run
(Note the branch is not drupal8. It is this branch.) |
@becw This works great except that these two extensions conflict with one another:
|
We should remove this rule from our Markup Context so that it fixes the duplication:
Or we should add directions to just use our Markup Context instead of the Drupal one. But either way it should be addressed. |
@zendoodles I haven't had those problems with https vs git protocols recently, and it seems like it's working for @cpatrone as well; however, if it's still an issue, perhaps you can submit a patch to the README? |
We don't have the line in our markup context; our markup context extends the other markup context, and then the way that our behat.yml is set up means that it is like... instantiated twice (one |
Also, re: #29, I updated the README -- turns out, the contexts added to
behat.yml
shouldn't have the.php
extension :)To test this, you can go into your project's
vendor/palantirnet/palantir-behat-extension
and check out this branch, then run tests like: