@camunda/e2e-test-suite 0.0.772 → 0.0.773
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.
|
@@ -290,14 +290,14 @@ if (node_process_1.default.env.IS_RBA === 'true') {
|
|
|
290
290
|
await ocIdentityAuthorizationsPage.deleteAuthorization(`${processName}1`, 'PROCESS_DEFINITION');
|
|
291
291
|
await ocIdentityAuthorizationsPage.clickProcessDefinitionTab();
|
|
292
292
|
await ocIdentityAuthorizationsPage.deleteAuthorization(`${processName}2`, 'PROCESS_DEFINITION');
|
|
293
|
-
await (0, sleep_1.sleep)(
|
|
293
|
+
await (0, sleep_1.sleep)(30000);
|
|
294
294
|
});
|
|
295
295
|
await SM_8_10_1.test.step('Navigate to Tasklist and Make Sure that the Two Deployed Processes Are Not Accessible', async () => {
|
|
296
296
|
await navigationPage.goToTasklist(undefined, credentials);
|
|
297
297
|
await taskPanelPage.clickProcessesTab();
|
|
298
298
|
await taskProcessesPage.clickpopupContinueButton();
|
|
299
|
-
await (0, UtilitiesPage_1.
|
|
300
|
-
await (0, UtilitiesPage_1.
|
|
299
|
+
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, page.getByText(`${processName}1`), `${processName}1`, 30000, true);
|
|
300
|
+
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, page.getByText(`${processName}2`), `${processName}2`, 30000, true);
|
|
301
301
|
});
|
|
302
302
|
});
|
|
303
303
|
(0, SM_8_10_1.test)('RBA On User Flow - Permission for One Process @tasklistV1', async ({ page, modelerHomePage, modelerCreatePage, taskPanelPage, taskProcessesPage, operateHomePage, navigationPage, managementIdentityPage, keycloakLoginPage, keycloakAdminPage, ocIdentityHomePage, ocIdentityMappingRulesPage, ocIdentityRolesPage, ocIdentityAuthorizationsPage, browser, }, testInfo) => {
|
|
@@ -584,8 +584,8 @@ if (node_process_1.default.env.IS_RBA === 'true') {
|
|
|
584
584
|
await navigationPage.goToTasklist(undefined, credentials);
|
|
585
585
|
await taskPanelPage.clickProcessesTab();
|
|
586
586
|
await taskProcessesPage.clickpopupContinueButton();
|
|
587
|
-
await (0, UtilitiesPage_1.
|
|
588
|
-
await (0, UtilitiesPage_1.
|
|
587
|
+
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, page.getByText(`${processName}1`), `${processName}1`, 30000, true);
|
|
588
|
+
await (0, UtilitiesPage_1.assertLocatorVisibleWithRetry)(page, page.getByText(`${processName}2`), `${processName}2`, 30000, true);
|
|
589
589
|
});
|
|
590
590
|
});
|
|
591
591
|
(0, SM_8_10_1.test)('RBA On User Flow - Permission for All Processes', async ({ page, modelerHomePage, modelerCreatePage, taskPanelPage, taskProcessesPage, operateHomePage, navigationPage, managementIdentityPage, keycloakLoginPage, keycloakAdminPage, ocIdentityHomePage, ocIdentityMappingRulesPage, ocIdentityRolesPage, ocIdentityAuthorizationsPage, browser, }, testInfo) => {
|