@camunda/e2e-test-suite 0.0.124 → 0.0.125
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.
|
@@ -166,9 +166,7 @@ _8_9_1.test.describe('Smoke Tests', () => {
|
|
|
166
166
|
await operateProcessesPage.clickProcessCompletedCheckbox();
|
|
167
167
|
await operateProcessesPage.clickProcessInstanceLink(processName);
|
|
168
168
|
await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(page, operateProcessInstancePage.completedIcon, { totalTimeout: 60000, maxRetries: 5 });
|
|
169
|
-
await (0,
|
|
170
|
-
timeout: 15000,
|
|
171
|
-
});
|
|
169
|
+
await (0, expectLocatorWithRetry_1.expectLocatorWithRetry)(page, operateProcessInstancePage.variablesList, { totalTimeout: 60000, maxRetries: 5 });
|
|
172
170
|
await (0, test_1.expect)(operateProcessInstancePage.connectorResultVariableName('message')).toBeVisible({
|
|
173
171
|
timeout: 15000,
|
|
174
172
|
});
|