I\'ve got a cucumber step: Given that I\'m logged in
I don\'t understand how I should implement it as a step definition.
Could someone point me into right di
Hi You may divide this step into three smaller steps
1. visit login page 2. fill_in login, username 3. press login button