@camunda/e2e-test-suite 0.0.181 → 0.0.182

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.
@@ -77,9 +77,11 @@ async function modelRestConnector(modelerCreatePage, connectorSettingsPage, proc
77
77
  });
78
78
  await connectorSettingsPage.clickResultVariableInput();
79
79
  await connectorSettingsPage.fillResultVariableInput('result');
80
+ await (0, sleep_1.sleep)(5000);
80
81
  }
81
82
  await connectorSettingsPage.clickResultExpressionInput();
82
83
  await connectorSettingsPage.fillResultExpressionInput(resultExpression);
84
+ await (0, sleep_1.sleep)(5000);
83
85
  await modelerCreatePage.clickAppendElementButton();
84
86
  await modelerCreatePage.clickAppendEndEventButton();
85
87
  await (0, sleep_1.sleep)(20000);
@@ -167,7 +167,7 @@ _8_8_1.test.describe('Smoke Tests', () => {
167
167
  await operateProcessesPage.clickProcessCompletedCheckbox();
168
168
  await operateProcessesPage.clickProcessInstanceLink(processName);
169
169
  await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(page, operateProcessInstancePage.completedIcon, { totalTimeout: 60000, maxRetries: 5 });
170
- await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(page, operateProcessInstancePage.variablesList, { totalTimeout: 60000, maxRetries: 5 });
170
+ await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(page, operateProcessInstancePage.variablesList, { totalTimeout: 60000, maxRetries: 7 });
171
171
  await (0, test_1.expect)(operateProcessInstancePage.connectorResultVariableName('message')).toBeVisible({
172
172
  timeout: 15000,
173
173
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.181",
3
+ "version": "0.0.182",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",