@camunda/e2e-test-suite 0.0.445 → 0.0.446
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.
|
@@ -114,9 +114,11 @@ async function modelRestConnector(modelerCreatePage, connectorSettingsPage, proc
|
|
|
114
114
|
if (resultVariable.length > 0) {
|
|
115
115
|
await connectorSettingsPage.clickResultVariableInput();
|
|
116
116
|
await connectorSettingsPage.fillResultVariableInput('result');
|
|
117
|
+
await (0, sleep_1.sleep)(3000);
|
|
117
118
|
}
|
|
118
119
|
await connectorSettingsPage.clickResultExpressionInput();
|
|
119
120
|
await connectorSettingsPage.fillResultExpressionInput(resultExpression);
|
|
121
|
+
await (0, sleep_1.sleep)(3000);
|
|
120
122
|
await modelerCreatePage.clickAppendElementButton();
|
|
121
123
|
await modelerCreatePage.clickAppendEndEventButton();
|
|
122
124
|
await (0, sleep_1.sleep)(10000);
|