**Steps to reproduce:** 1) Implement a step e.g. `@When("user is logged in")` 2) Use it in a feature file with a statement different from `When` e.g. `Given` **Expected result:** `Given user is logged` in step should be reflected in the Allure report. **Actual result:** `When user is logged in` is reflected in the report.