@camunda/e2e-test-suite 0.0.767 → 0.0.768
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.
|
@@ -179,9 +179,7 @@ class ModelerCreatePage {
|
|
|
179
179
|
this.secondPlacedElement = page
|
|
180
180
|
.locator('[class= "djs-element djs-shape"]')
|
|
181
181
|
.last();
|
|
182
|
-
this.connectToOtherElementButton = page
|
|
183
|
-
.getByLabel('Connect to other element')
|
|
184
|
-
.locator('path');
|
|
182
|
+
this.connectToOtherElementButton = page.getByTitle('Connect to other element');
|
|
185
183
|
this.canvas = page.locator('rect').nth(1);
|
|
186
184
|
this.intermediateBoundaryEvent = page.getByTitle('Append intermediate/boundary');
|
|
187
185
|
this.intermediateWebhookConnectorOption = page.getByRole('listitem', {
|