Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Should retry if angular isn't found on the page #2

Closed
juliemr opened this issue May 30, 2013 · 0 comments
Closed

Should retry if angular isn't found on the page #2

juliemr opened this issue May 30, 2013 · 0 comments

Comments

@juliemr
Copy link
Member

juliemr commented May 30, 2013

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.

juliemr added a commit that referenced this issue May 30, 2013
…sn't give

a sane error message. Fixes issue #2.
@juliemr juliemr closed this as completed May 30, 2013
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant