@camunda/e2e-test-suite 0.0.702 → 0.0.703
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.
|
@@ -372,6 +372,9 @@ _8_10_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
372
372
|
await modelerCreatePage.clickAppendEndEventButton();
|
|
373
373
|
await (0, sleep_1.sleep)(10000);
|
|
374
374
|
await page.reload();
|
|
375
|
+
await (0, test_1.expect)(modelerCreatePage.generalPanel).toBeVisible({
|
|
376
|
+
timeout: 120000,
|
|
377
|
+
});
|
|
375
378
|
await modelerCreatePage.runProcessInstance(defaultClusterName);
|
|
376
379
|
});
|
|
377
380
|
await _8_10_1.test.step('Assert Webhook Is Active In Cluster And Make Authorization Request', async () => {
|