Skip to content

Instantly share code, notes, and snippets.

@danrasmuson
Created October 31, 2014 19:48
Show Gist options
  • Select an option

  • Save danrasmuson/eb28dd556b6e1bceaef3 to your computer and use it in GitHub Desktop.

Select an option

Save danrasmuson/eb28dd556b6e1bceaef3 to your computer and use it in GitHub Desktop.
browser.wait(function() {
return ptor.isElementPresent(showInfoButton);
}, 30000);
expect(ptor.isElementPresent(showInfoButton)).toBeTruthy();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment