@camunda/e2e-test-suite 0.0.851 → 0.0.852

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.
@@ -154,8 +154,7 @@ SM_8_8_1.test.describe('HTO User Flow Tests', () => {
154
154
  await (0, test_1.expect)(page.getByText('"testValue"')).not.toBeVisible();
155
155
  });
156
156
  });
157
- //Skipped due to bug 4920: https://github.com/camunda/camunda-platform-helm/issues/4920
158
- SM_8_8_1.test.skip('User Task Restrictions Enabled Flow - Candidate Group @tasklistV1', async ({ page, modelerHomePage, navigationPage, modelerCreatePage, operateHomePage, operateProcessInstancePage, taskDetailsPage, taskPanelPage, managementIdentityPage, keycloakAdminPage, keycloakLoginPage, ocIdentityHomePage, ocIdentityMappingRulesPage, ocIdentityRolesPage, ocIdentityGroupsPage, browser, }) => {
157
+ (0, SM_8_8_1.test)('User Task Restrictions Enabled Flow - Candidate Group @tasklistV1', async ({ page, modelerHomePage, navigationPage, modelerCreatePage, operateHomePage, operateProcessInstancePage, taskDetailsPage, taskPanelPage, managementIdentityPage, keycloakAdminPage, keycloakLoginPage, ocIdentityHomePage, ocIdentityMappingRulesPage, ocIdentityRolesPage, ocIdentityGroupsPage, browser, }) => {
159
158
  SM_8_8_1.test.slow();
160
159
  const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
161
160
  const userTaskName = 'candidateGroupTask' + randomString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.851",
3
+ "version": "0.0.852",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",