@camunda/e2e-test-suite 0.0.736 → 0.0.737

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,8 +58,7 @@ const classificationTestCases = [
58
58
  },
59
59
  ];
60
60
  _8_10_1.test.describe.configure({ mode: 'parallel' });
61
- // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
62
- _8_10_1.test.describe.skip('IDP User Flow Tests', () => {
61
+ _8_10_1.test.describe('IDP User Flow Tests', () => {
63
62
  const clusterName = 'Test Cluster';
64
63
  _8_10_1.test.afterEach(async ({ page }, testInfo) => {
65
64
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -51,8 +51,7 @@ 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
- // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
55
- _8_8_1.test.describe.skip('IDP User Flow Tests', () => {
54
+ _8_8_1.test.describe('IDP User Flow Tests', () => {
56
55
  const clusterName = 'Test Cluster';
57
56
  _8_8_1.test.afterEach(async ({ page }, testInfo) => {
58
57
  await (0, _setup_1.captureScreenshot)(page, testInfo);
@@ -58,8 +58,7 @@ const classificationTestCases = [
58
58
  },
59
59
  ];
60
60
  _8_9_1.test.describe.configure({ mode: 'parallel' });
61
- // Skipped due to 25713: https://github.com/camunda/camunda-hub/issues/25713
62
- _8_9_1.test.describe.skip('IDP User Flow Tests', () => {
61
+ _8_9_1.test.describe('IDP User Flow Tests', () => {
63
62
  const clusterName = 'Test Cluster';
64
63
  _8_9_1.test.afterEach(async ({ page }, testInfo) => {
65
64
  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.736",
3
+ "version": "0.0.737",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",