@comeonautomation/reportportal-client
Advanced tools
Comparing version
@@ -305,5 +305,5 @@ /* eslint-disable quotes,no-console,class-methods-use-this */ | ||
) | ||
.then(response => { | ||
.then(async response => { | ||
this.logDebug(`Launches successfully stopped!`); | ||
this.deleteSkippedInterruptedTest() | ||
await this.deleteSkippedInterruptedTest() | ||
.then(async () => { | ||
@@ -310,0 +310,0 @@ await this.deleteEmptyExecutionTest(); |
{ | ||
"name": "@comeonautomation/reportportal-client", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "ReportPortal client for node.js", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
152613
0.01%