@camunda/e2e-test-suite 0.0.452 → 0.0.453

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,8 +35,7 @@ if (process.env.IS_MIGRATION === 'true') {
35
35
  await navigationPage.goToOCIdentity();
36
36
  });
37
37
  });
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, }) => {
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, }) => {
40
39
  SM_8_8_1.test.slow();
41
40
  const processName = 'Zeebe_User_Task_Process';
42
41
  await SM_8_8_1.test.step('View Process Instance in Operate', async () => {
@@ -71,7 +70,8 @@ if (process.env.IS_MIGRATION === 'true') {
71
70
  });
72
71
  });
73
72
  });
74
- (0, SM_8_8_1.test)('Assert REST Connector Process Migration @tasklistV2', async ({ page, operateHomePage, navigationPage, operateProcessesPage, operateProcessInstancePage, }) => {
73
+ // Skipped due to 320: https://github.com/camunda/marketplace-api/issues/320
74
+ SM_8_8_1.test.skip('Assert REST Connector Process Migration @tasklistV2', async ({ page, operateHomePage, navigationPage, operateProcessesPage, operateProcessInstancePage, }) => {
75
75
  SM_8_8_1.test.slow();
76
76
  const processName = 'REST_Connector_Basic_Auth_Process';
77
77
  await SM_8_8_1.test.step('View Process Instance in Operate, assert it completes and assert result expression', async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.452",
3
+ "version": "0.0.453",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",