@camunda/e2e-test-suite 0.0.827 → 0.0.828

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.
@@ -66,14 +66,12 @@ _8_9_1.test.describe.parallel('RBA Enabled User Flows Test @tasklistV1', () => {
66
66
  await ocIdentityAuthorizationsPage.clickAuthorizationTab();
67
67
  await ocIdentityAuthorizationsPage.createAuthorization((0, roleAuthorizations_1.authorizationAllPermissions)(role));
68
68
  });
69
- await _8_9_1.test.step('Clear cookies and reset session', async () => {
70
- await page.context().clearCookies();
71
- await page.evaluate(() => {
72
- localStorage.clear();
73
- sessionStorage.clear();
74
- });
75
- await page.goto('/');
76
- await loginPage.loginWithTestUser(testUser);
69
+ await _8_9_1.test.step('Log out and log in as Test User', async () => {
70
+ await appsPage.clickCamundaApps();
71
+ await appsPage.clickConsoleLink();
72
+ await settingsPage.clickOpenSettingsButton();
73
+ await settingsPage.clickLogoutButton();
74
+ await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, 1000);
77
75
  });
78
76
  await _8_9_1.test.step('Navigate to Web Modeler', async () => {
79
77
  await appsPage.clickCamundaApps();
@@ -105,13 +103,9 @@ _8_9_1.test.describe.parallel('RBA Enabled User Flows Test @tasklistV1', () => {
105
103
  await (0, sleep_1.sleep)(20000);
106
104
  });
107
105
  await _8_9_1.test.step('Login as Test User', async () => {
108
- await page.context().clearCookies();
109
- await page.evaluate(() => {
110
- localStorage.clear();
111
- sessionStorage.clear();
112
- });
113
- await page.goto('/');
114
- await loginPage.loginWithTestUser(testUser);
106
+ await settingsPage.clickOpenSettingsButton();
107
+ await settingsPage.clickLogoutButton();
108
+ await (0, UtilitiesPage_1.loginWithRetry)(page, loginPage, testUser, 1000);
115
109
  });
116
110
  await _8_9_1.test.step('Navigate to Tasklist and Make Sure that the Two Deployed Processes Are Accessible', async () => {
117
111
  await appsPage.clickCamundaApps();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.827",
3
+ "version": "0.0.828",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",