@camunda/e2e-test-suite 0.0.785 → 0.0.787

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.
@@ -914,6 +914,9 @@ class ModelerCreatePage {
914
914
  await this.parallelGatewayOption.click({ timeout: 90000 });
915
915
  }
916
916
  async clickConnectToOtherElementButton() {
917
+ await (0, test_1.expect)(this.connectToOtherElementButton).toBeVisible({
918
+ timeout: 60000,
919
+ });
917
920
  await this.connectToOtherElementButton.click({ timeout: 60000 });
918
921
  }
919
922
  async clickPriorityInput() {
@@ -78,6 +78,7 @@ SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
78
78
  console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
79
79
  });
80
80
  (0, SM_8_9_1.test)('Most Common Flow User Flow With All Apps', async ({ page, modelerHomePage, navigationPage, modelerCreatePage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskDetailsPage, taskPanelPage, }, testInfo) => {
81
+ SM_8_9_1.test.setTimeout(env_1.isOpenSearch ? 18 * 60 * 1000 : 12 * 60 * 1000);
81
82
  console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
82
83
  const randomName = await (0, _setup_1.generateRandomStringAsync)(3);
83
84
  const processName = 'Zeebe_User_Task_Process' + randomName;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.785",
3
+ "version": "0.0.787",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",