@camunda/e2e-test-suite 0.0.82 → 0.0.84

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.
@@ -236,7 +236,8 @@ class ModelerCreatePage {
236
236
  this.secondPlacedGateway = page
237
237
  .locator('[data-element-id*="Gateway"]')
238
238
  .last();
239
- this.startEventVariableInputWithThreeVariables = page.getByText('Outputs3');
239
+ this.startEventVariableInputWithThreeVariables =
240
+ page.getByText('Output mapping3');
240
241
  this.zeebeRestAddressVariable = page
241
242
  .locator('[data-test="properties-panel"]')
242
243
  .getByText('zeebeRestAdress');
@@ -484,7 +484,7 @@ if (process.env.IS_MT === 'true') {
484
484
  await SM_8_9_1.test.step('Assert Process has been successfully imported in Optimize', async () => {
485
485
  await navigationPage.goToOptimize();
486
486
  await optimizeHomePage.clickDashboardLink();
487
- await (0, sleep_1.sleep)(60000);
487
+ await (0, sleep_1.sleep)(90000);
488
488
  await page.reload();
489
489
  await optimizeDashboardPage.clickFilterTable();
490
490
  await optimizeDashboardPage.fillFilterTable(processName1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.82",
3
+ "version": "0.0.84",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",