@camunda/e2e-test-suite 0.0.299 → 0.0.300

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.
@@ -178,6 +178,7 @@ async function modelIntermediateWebhookConnector(modelerCreatePage, connectorMar
178
178
  await modelerCreatePage.fillCorrelationKeyProcessInput('"test"');
179
179
  await modelerCreatePage.clickCorrelationKeyPayloadInput();
180
180
  await modelerCreatePage.fillCorrelationKeyPayloadInput('"test"');
181
+ await (0, sleep_1.sleep)(1000);
181
182
  await modelerCreatePage.clickAppendElementButton();
182
183
  await modelerCreatePage.clickAppendEndEventButton();
183
184
  await (0, sleep_1.sleep)(1000); // trying to run the process to fast causes it to miss the process id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.299",
3
+ "version": "0.0.300",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",