@camunda/e2e-test-suite 0.0.207 → 0.0.209
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.
|
@@ -27,7 +27,8 @@ c8Run_8_6_1.test.beforeAll(async () => {
|
|
|
27
27
|
(0, zeebeClient_1.createInstances)('Zeebe_User_Task_Process_With_Priority', 1, 1),
|
|
28
28
|
]);
|
|
29
29
|
});
|
|
30
|
-
|
|
30
|
+
//Skipped due to bug 46814: https://github.com/camunda/camunda/issues/46814
|
|
31
|
+
c8Run_8_6_1.test.describe.skip('HTO User Flow Tests', () => {
|
|
31
32
|
c8Run_8_6_1.test.beforeEach(async ({ page, taskListLoginPage, taskPanelPage }) => {
|
|
32
33
|
await (0, UtilitiesPage_1.navigateToApp)(page, 'tasklist');
|
|
33
34
|
await taskListLoginPage.login('demo', 'demo');
|
|
@@ -13,7 +13,8 @@ c8Run_8_6_1.test.describe('Login Tests', () => {
|
|
|
13
13
|
await operateLoginPage.login('demo', 'demo');
|
|
14
14
|
await operateHomePage.operateBannerIsVisible();
|
|
15
15
|
});
|
|
16
|
-
|
|
16
|
+
//Skipped due to bug 46814: https://github.com/camunda/camunda/issues/46814
|
|
17
|
+
c8Run_8_6_1.test.skip('Basic Login on TaskList', async ({ page, taskListLoginPage, taskPanelPage, }) => {
|
|
17
18
|
await (0, UtilitiesPage_1.navigateToApp)(page, 'tasklist');
|
|
18
19
|
await taskListLoginPage.login('demo', 'demo');
|
|
19
20
|
await taskPanelPage.taskListBannerIsVisible();
|