@camunda/e2e-test-suite 0.0.763 → 0.0.764
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.
|
@@ -165,9 +165,7 @@ class ModelerCreatePage {
|
|
|
165
165
|
this.createEndEvent = page.getByTitle('Create end event');
|
|
166
166
|
this.canvas = page.locator('rect').nth(1);
|
|
167
167
|
this.endEventCanvas = page.locator('[class="bjs-container"]');
|
|
168
|
-
this.connectToOtherElementButton = page
|
|
169
|
-
.getByLabel('Connect to other element')
|
|
170
|
-
.locator('path');
|
|
168
|
+
this.connectToOtherElementButton = page.getByTitle('Connect to other element');
|
|
171
169
|
this.firstPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
|
|
172
170
|
this.secondPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
|
|
173
171
|
this.payloadInput = page.locator('[class="fjs-input"]');
|
|
@@ -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"]');
|
|
@@ -178,9 +178,7 @@ class ModelerCreatePage {
|
|
|
178
178
|
this.createEndEvent = page.getByTitle('Create end event');
|
|
179
179
|
this.canvas = page.locator('rect').nth(1);
|
|
180
180
|
this.endEventCanvas = page.locator('[class="bjs-container"]');
|
|
181
|
-
this.connectToOtherElementButton = page
|
|
182
|
-
.getByLabel('Connect to other element')
|
|
183
|
-
.locator('path');
|
|
181
|
+
this.connectToOtherElementButton = page.getByTitle('Connect to other element');
|
|
184
182
|
this.firstPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
|
|
185
183
|
this.secondPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
|
|
186
184
|
this.payloadInput = page.locator('[class="fjs-input"]');
|