[Tests-Only] Pin behat/mink to version 1.7.1 #37112
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
New versions of
MinkSelenium2Driver
andMink
were released overnight. Our Behat acceptance testsvendor-bin/Behat/composer.json
automagically sucks in the new changes. And "stuff failed" (see the issue for details).https://github.com/minkphp/MinkSelenium2Driver/releases/tag/v1.4.0
https://github.com/minkphp/Mink/releases/tag/v1.8.1
MinkSelenium2Driver
1.4.0
is working fine. So we can use that rather than relying ondev-master
- good.But
Mink
1.8.0 or 1.8.1 causes the problem. It might be related to minkphp/Mink#705 which changed the way that sessions get started (e.g. to selenium) - I will look at that later. For now, specify Mink 1.7.1 to get things working. (dependencies in other Behat-Mink things were causing later Mink code to get loaded)Related Issue
How Has This Been Tested?
Local acceptance test run and CI
Types of changes
Checklist: