-
Bug
-
Resolution: Fixed
-
Minor
-
5.0
While working on MDL-80926 I noticed there's currently 51 Behat scenarios in core that starts with "View automatic completion items".
The issue is that Behat’s name filter is not precise. As a result, attempting to run a single scenario by name eg. "--name="View automatic completion" it will instead execute all scenarios that starts with that name.
The goal is to review each scenario name and make them unique.