jhedstrom / drupalextension

An integration layer between Behat, Mink Extension, and Drupal.
GNU General Public License v2.0
209 stars 192 forks source link

Reverse term removal #665

Open albertvolkman opened 3 months ago

albertvolkman commented 3 months ago

When using a module like https://www.drupal.org/project/entity_reference_integrity, if a user were to make a term reference another term, test would fail as the current methodology would remove the referenced entity after the referee, which causes the integrity check to fail. This simply reverses the order in which they're removed, resolving this issue.