Created
July 4, 2018 12:58
-
-
Save uLucasFraga/486b0b9016354d203e7394510e01b8a2 to your computer and use it in GitHub Desktop.
THEN 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
Then("devo visualizar o resultado da adição", async function () { | |
await expect(page.result.getText()) | |
.to.eventually.equal('30') | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment