Gherkin test is a script, it does not mean every line is a step.
However, as in arange, act, assert, you can have multiple Then + And in a single test.
Given
When
Then
And
And
And
in this example last four lines are test conditions, not every line.