@camunda/e2e-test-suite 0.0.735 → 0.0.736

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.
@@ -139,7 +139,8 @@ SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
139
139
  });
140
140
  console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
141
141
  });
142
- (0, SM_8_9_1.test)('Most Common REST Connector User Flow @tasklistV2', async ({ context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
142
+ // Skipped due to 320: https://github.com/camunda/marketplace-api/issues/320
143
+ SM_8_9_1.test.skip('Most Common REST Connector User Flow @tasklistV2', async ({ context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
143
144
  SM_8_9_1.test.setTimeout(env_1.isOpenSearch ? 18 * 60 * 1000 : 12 * 60 * 1000);
144
145
  console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
145
146
  const processName = 'REST_Connector_Basic_Auth_Process' +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.735",
3
+ "version": "0.0.736",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",