Skip to content

Instantly share code, notes, and snippets.

@uLucasFraga
Created July 4, 2018 12:58
Show Gist options
  • Save uLucasFraga/486b0b9016354d203e7394510e01b8a2 to your computer and use it in GitHub Desktop.
Save uLucasFraga/486b0b9016354d203e7394510e01b8a2 to your computer and use it in GitHub Desktop.
THEN STEPS
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