Created
July 4, 2018 12:57
-
-
Save uLucasFraga/2d8f6b83824e5d779eea474e5f7b7d67 to your computer and use it in GitHub Desktop.
WHEN STEPS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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