@camunda/e2e-test-suite 0.0.733 → 0.0.734

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.
@@ -58,7 +58,8 @@ const classificationTestCases = [
58
58
  },
59
59
  ];
60
60
  _8_10_1.test.describe.configure({ mode: 'parallel' });
61
- _8_10_1.test.describe('IDP User Flow Tests', () => {
61
+ // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
62
+ _8_10_1.test.describe.skip('IDP User Flow Tests', () => {
62
63
  const clusterName = 'Test Cluster';
63
64
  _8_10_1.test.afterEach(async ({ page }, testInfo) => {
64
65
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -51,7 +51,8 @@ const structuredTestCases = [
51
51
  },
52
52
  ]; /* For structured documents, the model is empty since is not necessary */
53
53
  _8_8_1.test.describe.configure({ mode: 'parallel' });
54
- _8_8_1.test.describe('IDP User Flow Tests', () => {
54
+ // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
55
+ _8_8_1.test.describe.skip('IDP User Flow Tests', () => {
55
56
  const clusterName = 'Test Cluster';
56
57
  _8_8_1.test.afterEach(async ({ page }, testInfo) => {
57
58
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -58,7 +58,8 @@ const classificationTestCases = [
58
58
  },
59
59
  ];
60
60
  _8_9_1.test.describe.configure({ mode: 'parallel' });
61
- _8_9_1.test.describe('IDP User Flow Tests', () => {
61
+ // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
62
+ _8_9_1.test.describe.skip('IDP User Flow Tests', () => {
62
63
  const clusterName = 'Test Cluster';
63
64
  _8_9_1.test.afterEach(async ({ page }, testInfo) => {
64
65
  await (0, _setup_1.captureScreenshot)(page, testInfo);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.733",
3
+ "version": "0.0.734",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",