Skip to content

Instantly share code, notes, and snippets.

@giltayar
Created September 11, 2017 07:00
Show Gist options
  • Save giltayar/b56a7c8081ba8fe3b6bcce1e1cf3f789 to your computer and use it in GitHub Desktop.
Save giltayar/b56a7c8081ba8fe3b6bcce1e1cf3f789 to your computer and use it in GitHub Desktop.
await retry(async () => {
const displayElement = await driver.findElement(By.css('.display'))
const displayText = await displayElement.getText()
expect(displayText).to.equal('0')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment