I would like to know , how to group set of repeated statements in Specflow scenarios. for example.
Given I launch xyz login page
And I enter username as ABC and password as ***** and click login
And i click on Benefits tile
And i click on Xyz section
Is there a way to group these statements instead of using this again and again.