Skip to content

Commit ae01dde

Browse files
authored
Merge branch 'master' into patch-1
2 parents 7b01a4c + ec799c1 commit ae01dde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

demo/e2e/test.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { isSauceLab, runType } from "nativescript-dev-appium/lib/parser";
33
import { expect } from "chai";
44

55
const isSauceRun = isSauceLab;
6-
const isAndroid: string = runType.includes("android");
6+
const isAndroid: boolean = runType.includes("android");
77

88
describe("Imagepicker", async function () {
99
const imagesFolderName = "Images";
@@ -92,4 +92,4 @@ describe("Imagepicker", async function () {
9292
const img1 = await driver.findElementByText(uploadPicVerification2, SearchOptions.contains);
9393
expect(img1).to.exist;
9494
});
95-
});
95+
});

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"karma-nativescript-launcher": "^0.4.0",
2727
"mocha": "~5.2.0",
2828
"nativescript-css-loader": "~0.26.0",
29-
"nativescript-dev-appium": "3.2.0",
29+
"nativescript-dev-appium": "4.0.9",
3030
"nativescript-dev-typescript": "~0.7.0",
3131
"nativescript-dev-webpack": "~0.18.0",
3232
"tns-platform-declarations": "^5.1.0",
@@ -40,4 +40,4 @@
4040
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
4141
"compile-tests": "tsc -p e2e --watch"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)