@camunda/e2e-test-suite 0.0.761 → 0.0.763
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"]');
|
|
@@ -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'),
|