@camunda/e2e-test-suite 0.0.952 → 0.0.954

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.
@@ -68,6 +68,8 @@ SM_8_10_1.test.describe('Identity User Flow Tests', () => {
68
68
  });
69
69
  if (node_process_1.default.env.IS_OPTIMIZE !== 'false') {
70
70
  await SM_8_10_1.test.step('Ensure Optimize is not Accessible', async () => {
71
+ // Skipped due to bug 60317: https://github.com/camunda/camunda/issues/60317
72
+ SM_8_10_1.test.skip(true, 'Authorization message not rendering on Optimize forbidden page');
71
73
  await navigationPage.goToOptimizeWithoutAccess(credentials);
72
74
  await (0, test_1.expect)(page.getByText('User has no authorization to access Optimize. Please check your Identity configuration')).toBeVisible({
73
75
  timeout: 60000,
@@ -116,8 +116,7 @@ if (process.env.IS_DS === 'true') {
116
116
  await operateProcessInstancePage.assertProcessVariableContainsText('Upload_Files', 'aws');
117
117
  });
118
118
  });
119
- // Skipped due to bug #8162: https://github.com/camunda/connectors/issues/8162
120
- SM_8_9_1.test.skip('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
119
+ (0, SM_8_9_1.test)('Document Handling Connectors User Flow - AWS @tasklistV2', async ({ page, navigationPage, modelerHomePage, modelerCreatePage, operateHomePage, operateProcessesPage, connectorMarketplacePage, operateProcessInstancePage, ocIdentityHomePage, ocIdentityRolesPage, }) => {
121
120
  const processName = 'Document_Handling_Connectors_User_Flow_AWS_Process' +
122
121
  (await (0, _setup_1.generateRandomStringAsync)(3));
123
122
  const baseURL = process.env.PLAYWRIGHT_BASE_URL ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.952",
3
+ "version": "0.0.954",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",