David McGregor

Results 3 comments of David McGregor

@dwdickens Have you found a solution to this issue yet? I've got the same issue.

I found the issue is with the parser.parseTransactionPage function. If I remove it and replace it with: ` .then(parser.parseForm).then(parser.parseAccountListWithKeys) ` Then it works.

This PR is being re-opened (old PR: https://github.com/nuvoleweb/drupal-behat/pull/54) as the functionality was not brought in by the multiple entity references PR.