@camunda/e2e-test-suite 0.0.955 → 0.0.956
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.
|
@@ -222,7 +222,8 @@ _8_7_1.test.describe('RBA Enabled User Flows Test', () => {
|
|
|
222
222
|
await (0, UtilitiesPage_1.assertPageTextWithRetry)(page, processName2, true, 30000);
|
|
223
223
|
});
|
|
224
224
|
});
|
|
225
|
-
|
|
225
|
+
// Skipped due to bug #56733: https://github.com/camunda/camunda/issues/56733
|
|
226
|
+
_8_7_1.test.skip('RBA On User Flow - Permission for All Processes', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, clusterPage, clusterDetailsPage, taskPanelPage, taskProcessesPage, operateHomePage, consoleOrganizationsPage, }) => {
|
|
226
227
|
_8_7_1.test.slow();
|
|
227
228
|
const clusterName = clusterNames['RBA On User Flow - Permission for All Processes'];
|
|
228
229
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|