You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
This would be because of the sorthere. 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
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
The text was updated successfully, but these errors were encountered: