jhedstrom / DrupalDriver

A collection of drivers for controlling Drupal.
GNU General Public License v2.0
64 stars 95 forks source link

Allow Entity Reference Field Handler to Refernce by ID #241

Closed kerasai closed 1 year ago

kerasai commented 2 years ago

I'm using a fair amount of custom steps to handle complicated data setup within the tests, which I track and reference via https://packagist.org/packages/kerasai/behat-tokenizer.

This PR changes the D8+ entity reference field handler to find the referenced entity by label (existing functionality) or ID.

kerasai commented 2 years ago

Note, this is a similar fix to #94 but retains backwards compatibility.

Also related to #117 and #133.

jhedstrom commented 1 year ago

Thank you!