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

Commit

Permalink
fix(eyes-selenium): update ServerConnector's configuration when using…
Browse files Browse the repository at this point in the history
… `setConfiguration` method
  • Loading branch information
astappiev committed Sep 16, 2019
1 parent cc9ec8c commit 58f895f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eyes-selenium/lib/Eyes.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ class Eyes extends EyesBase {
}

this._configuration = configuration;
this._serverConnector._configuration = this._configuration;
}

// noinspection JSMethodCanBeStatic
Expand Down

0 comments on commit 58f895f

Please sign in to comment.