@tellescope/sdk 1.69.0 → 1.69.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/tests/tests.js
CHANGED
|
@@ -5745,7 +5745,7 @@ var remove_from_journey_on_incoming_comms_tests = function () { return __awaiter
|
|
|
5745
5745
|
&& a.automationStepId === dontRemoveStep1.id
|
|
5746
5746
|
&& a.enduserId === e2.id
|
|
5747
5747
|
&& a.status === 'active';
|
|
5748
|
-
})); },
|
|
5748
|
+
})); }, 25, 400); }, passOnAnyResult)];
|
|
5749
5749
|
case 12:
|
|
5750
5750
|
_e.sent();
|
|
5751
5751
|
return [4 /*yield*/, sdk.api.journeys.handle_incoming_communication({ enduserId: e2.id })];
|
|
@@ -5756,7 +5756,7 @@ var remove_from_journey_on_incoming_comms_tests = function () { return __awaiter
|
|
|
5756
5756
|
&& a.automationStepId === removeStep1.id
|
|
5757
5757
|
&& a.enduserId === e2.id
|
|
5758
5758
|
&& a.status === 'cancelled';
|
|
5759
|
-
})); }, 100,
|
|
5759
|
+
})); }, 100, 25); }, passOnAnyResult)];
|
|
5760
5760
|
case 14:
|
|
5761
5761
|
_e.sent();
|
|
5762
5762
|
return [4 /*yield*/, Promise.all([
|