@camunda/e2e-test-suite 0.0.80 → 0.0.82

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.
@@ -255,7 +255,8 @@ class ModelerCreatePage {
255
255
  this.secondPlacedGateway = page
256
256
  .locator('[data-element-id*="Gateway"]')
257
257
  .last();
258
- this.startEventVariableInputWithThreeVariables = page.getByText('Outputs3');
258
+ this.startEventVariableInputWithThreeVariables =
259
+ page.getByText('Output mapping3');
259
260
  this.zeebeRestAddressVariable = page
260
261
  .locator('[data-test="properties-panel"]')
261
262
  .getByText('zeebeRestAdress');
@@ -79,7 +79,9 @@ if (process.env.IS_MT === 'true') {
79
79
  await page.reload();
80
80
  await optimizeDashboardPage.clickFilterTable();
81
81
  await optimizeDashboardPage.fillFilterTable(processName);
82
- await optimizeDashboardPage.processAssertion(processName);
82
+ await optimizeDashboardPage.processAssertion(processName, {
83
+ timeout: 200000,
84
+ });
83
85
  });
84
86
  await SM_8_8_1.test.step('Clear cookies and reset session', async () => {
85
87
  await (0, resetSession_1.resetSession)(browser, page); //a workaround for https://github.com/camunda/camunda/issues/34513
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",