@camunda/e2e-test-suite 0.0.718 → 0.0.719
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,7 @@ _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
|
-
(0, _8_9_1.test)('Form.js Integration with User Task and
|
|
418
|
+
(0, _8_9_1.test)('Form.js Integration with User Task and Public Form', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, formJsPage, browser, }) => {
|
|
419
419
|
_8_9_1.test.slow();
|
|
420
420
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
421
421
|
const processName = 'User_Task_Process_With_Public_Form' + randomString;
|