Merge branch 'remove-order-dependency-in-label-finder-spec' into 'master'
Remove an order dependency in LabelsFinder specs
Makes the LabelsFinder spec expectations order-independent
There is an explicit ordering to `LabelsFinder` - title ascending - but two of the labels (a group label and a project label) have the same title, so the sort ordering isn't stable for those in all circumstances. It looks like this is intentional.
See merge request !7788
Showing
Please
register
or
sign in
to comment