@camunda/e2e-test-suite 0.0.908 → 0.0.910

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,7 +80,8 @@ c8Run_8_9_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
80
80
  });
81
81
  });
82
82
  });
83
- (0, c8Run_8_9_1.test)('Start Event Webhook Connector No Auth User Flow', async ({ page, request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
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, }) => {
84
85
  await c8Run_8_9_1.test.step('Make Authorization Request', async () => {
85
86
  await (0, apiHelpers_1.waitForInboundWebhookRegistered)('test-webhook-id');
86
87
  await (0, test_1.expect)(async () => {
@@ -98,7 +99,8 @@ c8Run_8_9_1.test.describe('Connectors User Flow Tests @tasklistV2', () => {
98
99
  await operateProcessInstancePage.completedIconAssertion();
99
100
  });
100
101
  });
101
- (0, c8Run_8_9_1.test)('Intermediate Event Webhook Connector No Auth User Flow', async ({ request, operateHomePage, operateProcessInstancePage, operateProcessesPage, }) => {
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, }) => {
102
104
  await c8Run_8_9_1.test.step('Make Authorization Request', async () => {
103
105
  await (0, apiHelpers_1.waitForInboundWebhookRegistered)('test-webhook-intermediate');
104
106
  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.908",
3
+ "version": "0.0.910",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",