@camunda/e2e-test-suite 0.0.377 → 0.0.379

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.
@@ -95,7 +95,7 @@ _8_9_1.test.describe.parallel('RBA Enabled User Flows Test @tasklistV2', () => {
95
95
  await appsPage.clickConsoleLink();
96
96
  await settingsPage.clickOpenSettingsButton();
97
97
  await settingsPage.clickLogoutButton();
98
- await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, mainUser, 1000);
98
+ await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, mainUser, 5000);
99
99
  });
100
100
  await _8_9_1.test.step('Admin Enables RBA', async () => {
101
101
  await (0, UtilitiesPage_1.enableAuthorizations)(clusterName, homePage, clusterPage, clusterDetailsPage, appsPage);
@@ -109,7 +109,7 @@ _8_9_1.test.describe.parallel('RBA Enabled User Flows Test @tasklistV2', () => {
109
109
  await appsPage.clickCamundaApps();
110
110
  await appsPage.clickTasklist(clusterName);
111
111
  await (0, test_1.expect)(taskPanelPage.taskListPageBanner).toBeVisible({
112
- timeout: 30000,
112
+ timeout: 60000,
113
113
  });
114
114
  await taskPanelPage.clickProcessesTab();
115
115
  await taskProcessesPage.clickpopupContinueButton();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.377",
3
+ "version": "0.0.379",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",