@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
- // Skipped due to bug #8233: https://github.com/camunda/connectors/issues/8233
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
- // Skipped due to bug #8233: https://github.com/camunda/connectors/issues/8233
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 () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.910",
3
+ "version": "0.0.911",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",