Jonathan Hedstrom

Results 134 comments of Jonathan Hedstrom

Indeed! In the case of address, check out this [example](https://github.com/jhedstrom/drupalextension/blob/master/features/field_handlers.feature#L74). However, that is functioning due to an `AddressHandler` in the Drupal Driver, so working with paragraphs may take some experimentation...

Glad you tracked this down! PRs for documentation (see the `doc` directory) are always welcome. Also an option to change verbosity level of drush would be nice.

Does adding `-v` to the `global_options` work here?

The docs are still a bit behind. The auto-discovered contexts are implemented as follows: ``` php

Sorry for the long delay in getting to this. It looks like a great start! It needs to be rebased/merged with the latest `master`, and from the looks of it,...

> Is there no official way to check if a driver supports JS or not? From what I can tell, no. The JS drivers don't implement any additional interfaces or...

I've merged the latest `master` for this over in #445.

I opened https://github.com/FriendsOfPHP/Goutte/issues/329 for the Goutte browser.

In local testing, it would appear that the attempt to just set the cookie in a `@BeforeScenario` hook won't work, since when a user logs in, they get a new...

Previously this didn't seem to resolve the issue (see my comments above regarding losing cookies on login), but if it's working for others, and we can get the tests passing,...