8000 fix: tslint error · NativeScript/NativeScript@f36528f · GitHub
[go: up one dir, main page]

Skip to content

Commit f36528f

Browse files
fix: tslint error
1 parent 3d1a815 commit f36528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0