FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: tslint error · NativeScript/NativeScript@81013fc · GitHub

Commit 81013fc

Browse files
authored andcommitted
fix: tslint error
1 parent 599983a commit 81013fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎e2e/ui-tests-app/e2e/page-object-base-model.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export abstract class PageObjectBaseModel {
88

99
constructor(protected _driver: AppiumDriver, protected _naviagtionLinks: Array<string>, elementCacheStrategy: ElementCacheStrategy = ElementCacheStrategy.none) {
1010
this.navigationHelper = new NavigationHelper(this._driver, this._naviagtionLinks, elementCacheStrategy);
11-
this._driver.imageHelper.options.overwriteActualImage = process.env["OVERWRITE_ACTUALIMAGE"] === 'true';
11+
this._driver.imageHelper.options.overwriteActualImage = process.env["OVERWRITE_ACTUALIMAGE"] === "true";
1212
this._driver.imageHelper.options.waitBeforeCreatingInitialImageCapture = +process.env["WAIT_BEFORE_CREATING_INITIAL_IMAGE_CAPTURE"] || 9000;
1313
this._driver.imageHelper.options.keepOriginalImageSize = false;
1414
this._driver.imageHelper.options.tolerance = 0;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL