@camunda/e2e-test-suite 0.0.910 → 0.0.911
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.
|
@@ -80,8 +80,7 @@ c8Run_8_9_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
80
80
|
});
|
|
81
81
|
});
|
|
82
82
|
});
|
|
83
|
-
|
|
84
|
-
c8Run_8_9_1.test.skip('Start Event Webhook Connector No Auth User Flow', async ({ page, request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
83
|
+
(0, c8Run_8_9_1.test)('Start Event Webhook Connector No Auth User Flow', async ({ page, request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
85
84
|
await c8Run_8_9_1.test.step('Make Authorization Request', async () => {
|
|
86
85
|
await (0, apiHelpers_1.waitForInboundWebhookRegistered)('test-webhook-id');
|
|
87
86
|
await (0, test_1.expect)(async () => {
|
|
@@ -99,8 +98,7 @@ c8Run_8_9_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
|
|
|
99
98
|
await operateProcessInstancePage.completedIconAssertion();
|
|
100
99
|
});
|
|
101
100
|
});
|
|
102
|
-
|
|
103
|
-
c8Run_8_9_1.test.skip('Intermediate Event Webhook Connector No Auth User Flow', async ({ request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
101
|
+
(0, c8Run_8_9_1.test)('Intermediate Event Webhook Connector No Auth User Flow', async ({ request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
|
|
104
102
|
await c8Run_8_9_1.test.step('Make Authorization Request', async () => {
|
|
105
103
|
await (0, apiHelpers_1.waitForInboundWebhookRegistered)('test-webhook-intermediate');
|
|
106
104
|
await (0, test_1.expect)(async () => {
|