@camunda/e2e-test-suite 0.0.941 → 0.0.943
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;
|
|
@@ -197,7 +197,8 @@ _8_7_1.test.describe('Optimize User Flow Tests', () => {
|
|
|
197
197
|
await (0, test_1.expect)(newOperateTab.getByText('Displaying data from 1 instance.')).toBeVisible({ timeout: 90000 });
|
|
198
198
|
});
|
|
199
199
|
});
|
|
200
|
-
|
|
200
|
+
// Skipped due to bug #60153: https://github.com/camunda/camunda/issues/60153
|
|
201
|
+
_8_7_1.test.skip('Process Import Flow', async ({ page, homePage, modelerHomePage, appsPage, modelerCreatePage, }) => {
|
|
201
202
|
_8_7_1.test.slow();
|
|
202
203
|
const processName = 'Process Import Flow' + (await (0, _setup_1.generateRandomStringAsync)(6));
|
|
203
204
|
await _8_7_1.test.step('Navigate to Web Modeler', async () => {
|