@camunda/e2e-test-suite 0.0.518 → 0.0.519
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.
|
@@ -449,9 +449,8 @@ async function modelAndRunConnectorsDocHandlingDiagram(modelerCreatePage, modele
|
|
|
449
449
|
await connectorMarketplacePage.clickSearchForConnectorTextbox();
|
|
450
450
|
await connectorMarketplacePage.fillSearchForConnectorTextbox('REST Connector');
|
|
451
451
|
await connectorMarketplacePage.downloadConnectorToProject();
|
|
452
|
-
await (0, sleep_1.sleep)(5000);
|
|
453
452
|
await page.reload();
|
|
454
|
-
await
|
|
453
|
+
await page.waitForLoadState('networkidle');
|
|
455
454
|
await modelerCreatePage.fillStartEventVariablesForDocHandling(zeebeUrl, zeebeClientId, zeebeClientSecret);
|
|
456
455
|
await modelerCreatePage.setOAuthTokenEndpoint(page.locator('.djs-hit').first(), endpoint);
|
|
457
456
|
await (0, sleep_1.sleep)(2000);
|