Skip to content

Instantly share code, notes, and snippets.

@rodmatola
Last active June 16, 2018 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodmatola/dea209d85453e904c41bf926330b6463 to your computer and use it in GitHub Desktop.
Save rodmatola/dea209d85453e904c41bf926330b6463 to your computer and use it in GitHub Desktop.
Automação na Sprint: Como eu faço (tento)
Dado("que estou na tela de login") do
pending # Write code here that turns the phrase above into concrete actions
end
Quando("realizo o login utilizando {string}") do |string|
pending # Write code here that turns the phrase above into concrete actions
end
Então("devo ser direcionado à página principal") do
pending # Write code here that turns the phrase above into concrete actions
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment