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
Conditional steps, where both then and else clauses are specified in the same step, make an inconsistent use of else and otherwise keywords
In addition:
In some cases otherwise is followed by a comma, and in some others it's not
In some cases we can encounter Otherwise (ie. capital 'O') which follows a dot instead of a semicolon
I suggest enforcing the use of else over otherwise. This is because of the many different ways the latter is expressed throughout the spec, and also because it appears overall less frequently than else.