This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Should retry if angular isn't found on the page #2
Labels
Comments
juliemr
added a commit
that referenced
this issue
May 30, 2013
…sn't give a sane error message. Fixes issue #2.
ghost
mentioned this issue
Dec 14, 2014
sjelin
pushed a commit
that referenced
this issue
Jun 1, 2015
You can now give specific capabilities custom names so the output logs will be more understandable. For instance, you might name one capability "Chrome - French" and another "Chrome - English" so that the logs will read: [Chrome - French] ... [Chrome - French] ... [Chrome - French] ... [Chrome - English] ... [Chrome - English] ... [Chrome - English] ... Instead of just [chrome #1] ... [chrome #1] ... [chrome #1] ... [chrome #2] ... [chrome #2] ... [chrome #2] ... Closes #2112
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If protractor.get() gets to the page before AngularJS is loaded, it just dies with an ugly error message. It should retry once or twice, and then fail with a nice message.
The text was updated successfully, but these errors were encountered: