@camunda/e2e-test-suite 0.0.337 → 0.0.338

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.
@@ -159,4 +159,21 @@ SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
159
159
  });
160
160
  console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
161
161
  });
162
+ (0, SM_8_9_1.test)('Assign Test User Roles @tasklistV2', async ({ ocIdentityHomePage, ocIdentityRolesPage, }) => {
163
+ if (process.env.IS_MIGRATION !== 'true') {
164
+ SM_8_9_1.test.skip(true, 'Skipping test because test not required in this test environment');
165
+ }
166
+ await ocIdentityHomePage.clickRolesTab();
167
+ await ocIdentityRolesPage.clickRole('admin');
168
+ await ocIdentityRolesPage.assignUserToRole('bart');
169
+ await ocIdentityRolesPage.assignUserToRole('lisa');
170
+ });
171
+ (0, SM_8_9_1.test)('Assign Test Client Admin Role @tasklistV2', async ({ ocIdentityHomePage, ocIdentityRolesPage, }) => {
172
+ if (process.env.IS_MIGRATION !== 'true') {
173
+ SM_8_9_1.test.skip(true, 'Skipping test because test not required in this test environment');
174
+ }
175
+ await ocIdentityHomePage.clickRolesTab();
176
+ await ocIdentityRolesPage.clickRole('admin');
177
+ await ocIdentityRolesPage.addClientToRole('test');
178
+ });
162
179
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.337",
3
+ "version": "0.0.338",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",