Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

@3.1.1 - Suites are loaded in alphabetical order instead of as described #2928

Closed
popescunsergiu opened this issue Feb 10, 2016 · 1 comment

Comments

@popescunsergiu
Copy link

suites: {
b : [],
c : [],
aa : [],
a : [],
d : []
}

These suites are ran in the following order: a > aa > b > c > d
I would like to run these suites as in protractor 3.0.0 (the order in list): b > c > aa > a > d

@NickTomlin
Copy link
Contributor

This would be because of the sort here. I think it makes sense to restore this to the way it functioned.

Also, sorry if this is mislabeled as "bug" I feel like this isn't a bug per-se but it's definitely unexpected behavior and there didn't seem to better tag 😄.

NickTomlin added a commit to NickTomlin/protractor that referenced this issue Feb 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants