@camunda/e2e-test-suite 0.0.190 → 0.0.192
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.
|
@@ -16,7 +16,8 @@ _8_9_1.test.describe('Navigation Tests', () => {
|
|
|
16
16
|
await (0, _setup_1.captureScreenshot)(page, testInfo);
|
|
17
17
|
await (0, _setup_1.captureFailureVideo)(page, testInfo);
|
|
18
18
|
});
|
|
19
|
-
|
|
19
|
+
//Skipped due to bug: Tasklist
|
|
20
|
+
_8_9_1.test.skip('Basic Navigation', async ({ homePage, appsPage, modelerHomePage, operateHomePage, optimizeHomePage, taskPanelPage, ocIdentityHomePage, }) => {
|
|
20
21
|
await _8_9_1.test.step('Assert Web Modeler Navigation', async () => {
|
|
21
22
|
await appsPage.clickCamundaApps();
|
|
22
23
|
await appsPage.clickModeler();
|
|
@@ -65,7 +65,8 @@ SM_8_9_1.test.describe.parallel('Smoke Tests', () => {
|
|
|
65
65
|
});
|
|
66
66
|
console.log(`[${testInfo.title}] Test end: timeout = ${testInfo.timeout}`);
|
|
67
67
|
});
|
|
68
|
-
|
|
68
|
+
// Skip due to Tasklist bug
|
|
69
|
+
SM_8_9_1.test.skip('Most Common Flow User Flow With All Apps', async ({ page, modelerHomePage, navigationPage, modelerCreatePage, operateHomePage, operateProcessesPage, operateProcessInstancePage, optimizeHomePage, optimizeCollectionsPage, optimizeReportPage, taskDetailsPage, taskPanelPage, }, testInfo) => {
|
|
69
70
|
console.log(`[${testInfo.title}] Test start: timeout = ${testInfo.timeout}`);
|
|
70
71
|
const randomName = await (0, _setup_1.generateRandomStringAsync)(3);
|
|
71
72
|
const processName = 'Zeebe_User_Task_Process' + randomName;
|