@camunda/e2e-test-suite 0.0.79 → 0.0.80

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.
@@ -258,7 +258,8 @@ class ModelerCreatePage {
258
258
  this.secondPlacedGateway = page
259
259
  .locator('[data-element-id*="Gateway"]')
260
260
  .last();
261
- this.startEventVariableInputWithThreeVariables = page.getByText('Outputs3');
261
+ this.startEventVariableInputWithThreeVariables =
262
+ page.getByText('Output mapping3');
262
263
  this.zeebeRestAddressVariable = page
263
264
  .locator('[data-test="properties-panel"]')
264
265
  .getByText('zeebeRestAdress');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",