You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
step("Given I open the site /",()=>{// some code})step("When I click on the element #textinput",()=>{// some code})step("Then I expect that element #textinput is focused",()=>{// some code})
Should produce nested steps in RP:
The text was updated successfully, but these errors were encountered:
Allow create steps from code.
Example:
Should produce nested steps in RP:
The text was updated successfully, but these errors were encountered: