Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle bad grid url #168

Merged
merged 6 commits into from
Feb 14, 2019
Merged

fix: handle bad grid url #168

merged 6 commits into from
Feb 14, 2019

Conversation

L0wry
Copy link
Contributor

@L0wry L0wry commented Feb 12, 2019

No description provided.

@@ -125,6 +125,7 @@ export default class SnapShotter {
try {
await this.driver.wait(this._until.elementIsVisible(element), timeout);
} catch (error) {
console.log('');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kinda
if you stick it in the logger it does a weird
[]
[]

could probably do with a comment explaining its there to make the log output look nice

@shendriksen shendriksen merged commit ba83e9c into master Feb 14, 2019
@shendriksen shendriksen deleted the handleBadGridURl branch February 14, 2019 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants