@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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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);
|