@camunda/e2e-test-suite 0.0.950 → 0.0.952

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.
@@ -352,8 +352,7 @@ _8_10_1.test.describe('API optimize SaaS Tests', () => {
352
352
  });
353
353
  await assertUnauthorizedResponseBody(response);
354
354
  });
355
- // Skipped due to bug 40497: https://github.com/camunda/camunda/issues/40497
356
- _8_10_1.test.skip('Import to non-existent collection (404)', async ({ request }) => {
355
+ (0, _8_10_1.test)('Import to non-existent collection (404)', async ({ request }) => {
357
356
  const exportResponse = await request.post(`${baseUrl}/api/public/export/dashboard/definition/json`, {
358
357
  headers: {
359
358
  Authorization: optimizeBearerToken,
@@ -114,8 +114,7 @@ if (process.env.IS_DS === 'true') {
114
114
  await operateProcessInstancePage.assertProcessVariableContainsText('Upload_Files', 'aws');
115
115
  });
116
116
  });
117
- // Skipped due to bug #8162: https://github.com/camunda/connectors/issues/8162
118
- SM_8_8_1.test.skip('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
117
+ (0, SM_8_8_1.test)('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
119
118
  const processName = 'Document_Handling_Connectors_User_Flow_AWS_Process' +
120
119
  (await (0, _setup_1.generateRandomStringAsync)(3));
121
120
  const baseURL = process.env.PLAYWRIGHT_BASE_URL ||
@@ -313,8 +313,7 @@ SM_8_8_1.test.describe('API optimize SM Tests', () => {
313
313
  });
314
314
  (0, test_1.expect)(response.status()).toBe(401);
315
315
  });
316
- // Skipped due to bug 40497: https://github.com/camunda/camunda/issues/40497
317
- SM_8_8_1.test.skip('Import to non-existent collection (404)', async ({ request, browser, }) => {
316
+ (0, SM_8_8_1.test)('Import to non-existent collection (404)', async ({ request, browser, }) => {
318
317
  const page = await browser.newPage();
319
318
  const optimizeCookie = await (0, apiHelpers_1.getOptimizeCookieSm)(page);
320
319
  await page.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.950",
3
+ "version": "0.0.952",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",