@camunda/e2e-test-suite 0.0.441 → 0.0.442

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.
@@ -35,7 +35,8 @@ if (process.env.IS_MIGRATION === 'true') {
35
35
  await navigationPage.goToOCIdentity();
36
36
  });
37
37
  });
38
- (0, SM_8_8_1.test)('Assert Most Common Flow User Flow With All Apps Process Migration', async ({ page, navigationPage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskPanelPage, }) => {
38
+ // Skipped due to 320: https://github.com/camunda/marketplace-api/issues/320
39
+ SM_8_8_1.test.skip('Assert Most Common Flow User Flow With All Apps Process Migration', async ({ page, navigationPage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskPanelPage, }) => {
39
40
  SM_8_8_1.test.slow();
40
41
  const processName = 'Zeebe_User_Task_Process';
41
42
  await SM_8_8_1.test.step('View Process Instance in Operate', async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.441",
3
+ "version": "0.0.442",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",