Cucumber features
Edit Steps
You can edit the steps by clicking on the step and modifying the text. The green text is editable and represent the element name, a value step or dataTable. The blue text represent gherkin keywords and can be edited by double-clicking on it.

Group steps
You can group steps by selecting multiple steps and clicking on the Group button. The group step form will appear, and you can add a step definition/text and step keyword.
The group step is a way to group multiple steps into one step. This is useful when you have a sequence of steps that you want to reuse in multiple test cases.

You can edit the group step definition/text directly by clicking on step text.
The group step definition text is unique and can't be duplicated in the same project.
Add existing group step
You can add an existing group step by clicking on the Group step button. All project group steps will appear, and you can select the group step you want to add to the test case.

Change Step order
You can change order steps by Drag and Drop the step to the desired position.

Delete Steps
You can delete steps by clicking on the trash icon on the right side of the step.