@camunda/e2e-test-suite 0.0.762 → 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"]');
@@ -7,7 +7,9 @@ const zeebeClient_1 = require("../../utils/zeebeClient");
7
7
  const test_1 = require("@playwright/test");
8
8
  const sleep_1 = require("../../utils/sleep");
9
9
  const constants_1 = require("../../utils/constants");
10
+ const apiHelpers_1 = require("../../utils/apiHelpers");
10
11
  c8Run_8_10_1.test.beforeAll(async () => {
12
+ await (0, apiHelpers_1.waitForConnectorsReady)();
11
13
  await Promise.all([
12
14
  (0, zeebeClient_1.deploy)('./resources/Basic_Auth_REST_Connector.bpmn'),
13
15
  (0, zeebeClient_1.deploy)('./resources/Intermediate_Event_Webhook_Connector_No_Auth_Process.bpmn'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.762",
3
+ "version": "0.0.764",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",