@camunda/e2e-test-suite 0.0.442 → 0.0.443
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.
|
@@ -70,7 +70,8 @@ if (process.env.IS_MIGRATION === 'true') {
|
|
|
70
70
|
});
|
|
71
71
|
});
|
|
72
72
|
});
|
|
73
|
-
|
|
73
|
+
// Skipped due to 320: https://github.com/camunda/marketplace-api/issues/320
|
|
74
|
+
SM_8_9_1.test.skip('Assert REST Connector Process Migration @tasklistV2', async ({ operateHomePage, navigationPage, operateProcessesPage, operateProcessInstancePage, }) => {
|
|
74
75
|
SM_8_9_1.test.slow();
|
|
75
76
|
const processName = 'REST_Connector_Basic_Auth_Process';
|
|
76
77
|
await SM_8_9_1.test.step('View Process Instance in Operate, assert it completes and assert result expression', async () => {
|