@camunda/e2e-test-suite 0.0.726 → 0.0.727
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.
|
@@ -415,7 +415,8 @@ _8_9_1.test.describe('Web Modeler User Flow Tests', () => {
|
|
|
415
415
|
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(operateProcessInstancePage, operateProcessInstancePage.completedIcon, 'Completed icon', 60000, false, 5);
|
|
416
416
|
});
|
|
417
417
|
});
|
|
418
|
-
|
|
418
|
+
//Skipped due to 25521: https://github.com/camunda/camunda-hub/issues/25521
|
|
419
|
+
_8_9_1.test.skip('Form.js Integration with User Task and Public Form @tasklistV1', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, formJsPage, browser, }) => {
|
|
419
420
|
_8_9_1.test.slow();
|
|
420
421
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
421
422
|
const processName = 'User_Task_Process_With_Public_Form' + randomString;
|