@camunda/e2e-test-suite 0.0.397 → 0.0.399

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.
@@ -614,8 +614,7 @@ class ModelerCreatePage {
614
614
  try {
615
615
  if (retries === 0) {
616
616
  // First attempt
617
- await this.restConnectorOption.highlight();
618
- await this.restConnectorOption.click({ timeout: 60000 });
617
+ await this.restConnectorOption.click({ timeout: 90000 });
619
618
  }
620
619
  else if (retries === 1 || retries === 2) {
621
620
  // Second or third attempt
@@ -129,8 +129,7 @@ SM_8_10_1.test.describe.parallel('Smoke Tests', () => {
129
129
  });
130
130
  console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
131
131
  });
132
- //skipping the test to unblock AG, investigation is in progress
133
- SM_8_10_1.test.skip('Most Common REST Connector User Flow @tasklistV2', async ({ page, context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
132
+ (0, SM_8_10_1.test)('Most Common REST Connector User Flow @tasklistV2', async ({ page, context, operateHomePage, modelerHomePage, modelerCreatePage, connectorSettingsPage, navigationPage, operateProcessesPage, operateProcessInstancePage, connectorMarketplacePage, }, testInfo) => {
134
133
  console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
135
134
  const processName = 'REST_Connector_Basic_Auth_Process' +
136
135
  (await (0, _setup_1.generateRandomStringAsync)(3));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.397",
3
+ "version": "0.0.399",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",