example-drops-8-composer
example-drops-8-composer copied to clipboard
Use Drupal\MinkExtension instead of Behat default
In Drupal Extension 4+, Drupal\MinkExtension can be used instead of Behat\MinkExtension to provide additional features, such as not getting confused by Drupal's AJAX.
More details here: https://github.com/jhedstrom/drupalextension/issues/486
For me, this was as simple as changing the Behat\MinkExtension line in behat-pantheon.yml.
Seems reasonable.