Cucumber step definition for “Given that I'm logged in”

后端 未结 2 510
不知归路
不知归路 2021-01-12 15:51

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

2条回答
  •  天涯浪人
    2021-01-12 16:16

    Hi You may divide this step into three smaller steps

    1. visit login page
    2. fill_in login, username
    3. press login button
    

提交回复
热议问题