Skip to content

Commit c2af5a8

Browse files
Fix typo
1 parent 72770bb commit c2af5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ns-capabilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class NsCapabilities implements INsCapabilities {
7575
}
7676

7777
private checkMendatoryCapabiliies() {
78-
if (!fileExists(this._appiumCaps.appPath)) {
78+
if (!fileExists(this._appiumCaps.app)) {
7979
this.exceptions.push("The application folder doesn't exist!");
8080
}
8181

0 commit comments

Comments
 (0)