Skip to content

Instantly share code, notes, and snippets.

@uLucasFraga
Created July 4, 2018 12:57
Show Gist options
  • Save uLucasFraga/2d8f6b83824e5d779eea474e5f7b7d67 to your computer and use it in GitHub Desktop.
Save uLucasFraga/2d8f6b83824e5d779eea474e5f7b7d67 to your computer and use it in GitHub Desktop.
WHEN STEPS
When("eu fizer cálculos de adição", async function () {
await page.adicionar('10', '20').then();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment