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
While it is generally good practice to order steps Given/When/Then it can sometimes be expedient to check conditions part way through a complex scenario (e.g. a multi-page form.)
I think the ordering checks in feature.py should be relaxed.
Cucumber doesn't distinguish between step types internally and does not enforce ordering. With behave one can register for all keywords using the step() decorator and ordering is not enforced.