@camunda/e2e-test-suite 0.0.942 → 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.
|
@@ -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 () => {
|