example-drops-8-composer icon indicating copy to clipboard operation
example-drops-8-composer copied to clipboard

Use Drupal\MinkExtension instead of Behat default

Open ptmkenny opened this issue 5 years ago • 1 comments

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.

ptmkenny avatar Jun 07 '20 05:06 ptmkenny

Seems reasonable.

greg-1-anderson avatar Jun 07 '20 13:06 greg-1-anderson