@camunda/e2e-test-suite 0.0.941 → 0.0.942
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.
|
@@ -129,7 +129,8 @@ _8_10_1.test.describe('User Roles User Flow', () => {
|
|
|
129
129
|
await modelerCreatePage.clickCloseButton();
|
|
130
130
|
});
|
|
131
131
|
});
|
|
132
|
-
|
|
132
|
+
// Skipped due to bug #60139: https://github.com/camunda/camunda/issues/60139
|
|
133
|
+
_8_10_1.test.skip('Analyst Role User Flow', async ({ page, modelerHomePage, appsPage, homePage, clusterPage, clusterDetailsPage, browser, consoleOrganizationsPage, settingsPage, operateHomePage, ocIdentityHomePage, taskPanelPage, optimizeHomePage, modelerCreatePage, }) => {
|
|
133
134
|
_8_10_1.test.slow();
|
|
134
135
|
const randomString = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
135
136
|
const processName = 'User Roles User Flow' + randomString;
|