In the following example, `Then` must be marked with warning as `Then` step is not allowed as First step. ```feature Background: description # some comments Then it should show a warning ``` But there is no warning. Concerned Rule: `first_step` TODO: - [ ] add unit test - [ ] propose fix