Created
September 11, 2017 07:00
-
-
Save giltayar/b56a7c8081ba8fe3b6bcce1e1cf3f789 to your computer and use it in GitHub Desktop.
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
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