@camunda/e2e-test-suite 0.0.761 → 0.0.762

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.
@@ -180,9 +180,7 @@ class ModelerCreatePage {
180
180
  this.createEndEvent = page.getByTitle('Create end event');
181
181
  this.canvas = page.locator('rect').nth(1);
182
182
  this.endEventCanvas = page.locator('[class="bjs-container"]');
183
- this.connectToOtherElementButton = page
184
- .getByLabel('Connect to other element')
185
- .locator('path');
183
+ this.connectToOtherElementButton = page.getByTitle('Connect to other element');
186
184
  this.firstPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
187
185
  this.secondPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
188
186
  this.payloadInput = page.locator('[class="fjs-input"]');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.761",
3
+ "version": "0.0.762",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",