Jonathan Hedstrom

Results 134 comments of Jonathan Hedstrom

Even though there aren't currently JS tests (IIRC they were removed when PhantomJS stopped working), adding a test for the normal driver would still show this works on non-JS drivers...

Fixing this will resolve https://github.com/docksal/service-cli/issues/299

Swapping the order of the `PATH` would load the one in the `vendor` directory before the one in `/usr/local/bin/drush`, but then that would never be called, so as noted above,...

Updating to 10.1 where the initial error is resolved results in [this failure](https://github.com/jhedstrom/drupalextension/actions/runs/5282421464/jobs/9557300614?pr=651) ``` 001 Scenario: Target links within table rows # features/d8.feature:7 And I should see the link "Add...

The language on the field overview has changed for the link:

Hmm, it is fairly common I think to run phpunit tests (based on core's base classes) in the same environments as Behat, so ideally we'd fix this conflict with `drupal/core-dev`...

It looks like from the comment on that PR you'll need to open an issue on drupal.org since the github repo is auto-generated.

If the `friends-of-behat` one is truly deprecated, wouldn't core update to the non-deprecated one? I'm having trouble finding documentation about the deprecations or preferred package though. This https://github.com/minkphp/MinkBrowserKitDriver seems more...

This is still an issue with headings, and the fixes in the commits from @0b10011 seem to work. Any chance to get those in?