@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
- (0, _8_9_1.test)('Form.js Integration with User Task and Public Form', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, formJsPage, browser, }) => {
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.726",
3
+ "version": "0.0.727",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",