microapps-automation-helper
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -174,3 +174,3 @@ "use strict"; | ||
} | ||
if (getJobRunDetail.running === true) { | ||
if ((getJobRunDetail === null || getJobRunDetail === void 0 ? void 0 : getJobRunDetail.running) === true) { | ||
await this.waitForSync({ | ||
@@ -177,0 +177,0 @@ getIntegration: () => this.getIntegration({ |
{ | ||
"name": "microapps-automation-helper", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "> library which provides common functions to test integration between Microapps Admin and Citrix Worskspace", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -227,3 +227,3 @@ import FormData from 'form-data'; | ||
if (getJobRunDetail.running === true) { | ||
if (getJobRunDetail?.running === true) { | ||
await this.waitForSync({ | ||
@@ -230,0 +230,0 @@ getIntegration: () => |
283754