kie-issues#1466: A Decision Table with a single output column shouldn't have a name #7069
Annotations
11 errors, 3 warnings, and 2 notices
Check tests result (`main` only)
❌ There are 69 test failures. 2271 tests succedded, though :)
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L45
1) [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type
Error: Timed out 10000ms waiting for expect(locator).toBeDisabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
43 | });
44 |
> 45 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled();
| ^
46 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(
47 | DataType.DateTimeDuration
48 | );
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:45:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L45
1) [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeDisabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
43 | });
44 |
> 45 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled();
| ^
46 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(
47 | DataType.DateTimeDuration
48 | );
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:45:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L45
1) [chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeDisabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
43 | });
44 |
> 45 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled();
| ^
46 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(
47 | DataType.DateTimeDuration
48 | );
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:45:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L68
2) [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type
Error: Timed out 10000ms waiting for expect(locator).toBeDisabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
66 | await beePropertiesPanel.decisionTableOutputHeader.setExpressionCustomDataType({ newDataType: "testType" });
67 |
> 68 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled();
| ^
69 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(/^testType\s$/i);
70 | });
71 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:68:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L68
2) [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeDisabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
66 | await beePropertiesPanel.decisionTableOutputHeader.setExpressionCustomDataType({ newDataType: "testType" });
67 |
> 68 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled();
| ^
69 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(/^testType\s$/i);
70 | });
71 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:68:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L68
2) [chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeDisabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: disabled
Received: <element(s) not found>
Call log:
- expect.toBeDisabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
66 | await beePropertiesPanel.decisionTableOutputHeader.setExpressionCustomDataType({ newDataType: "testType" });
67 |
> 68 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeDisabled();
| ^
69 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(/^testType\s$/i);
70 | });
71 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:68:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L90
3) [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode
Error: Timed out 10000ms waiting for expect(locator).toBeEnabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
88 | await bee.expression.asDecisionTable().outputHeaderAt(0).select();
89 |
> 90 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled();
| ^
91 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number);
92 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean);
93 | });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:90:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L90
3) [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeEnabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
88 | await bee.expression.asDecisionTable().outputHeaderAt(0).select();
89 |
> 90 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled();
| ^
91 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number);
92 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean);
93 | });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:90:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L90
3) [chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeEnabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
88 | await bee.expression.asDecisionTable().outputHeaderAt(0).select();
89 |
> 90 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled();
| ^
91 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number);
92 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean);
93 | });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:90:86
|
PARTIAL → Build changed and downstream:
packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts#L113
4) [chromium] › checkDecisionTableCellsDataType.spec.ts:95:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table fix output column with different type than expression header
Error: Timed out 10000ms waiting for expect(locator).toBeEnabled()
Locator: getByPlaceholder('Select a data type...').nth(1)
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 10000ms
- waiting for getByPlaceholder('Select a data type...').nth(1)
111 | await bee.expression.asDecisionTable().outputHeaderAt(0).select();
112 |
> 113 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toBeEnabled();
| ^
114 | await expect(beePropertiesPanel.decisionTableOutputHeader.getExpressionDataType()).toHaveValue(DataType.Number);
115 | await expect(beePropertiesPanel.decisionTableOutputHeader.getColumnDataType()).toHaveValue(DataType.Boolean);
116 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/checkDecisionTableCellsDataType.spec.ts:113:86
|
Setup environment
Restore cache failed: Dependencies file is not found in /home/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
|
PARTIAL → Build changed and downstream:
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/context/populate.spec.ts took 19.9s
|
PARTIAL → Build changed and downstream:
packages/boxed-expression-component/[webkit] › boxedExpressions/function/populate.spec.ts#L1
packages/boxed-expression-component/[webkit] › boxedExpressions/function/populate.spec.ts took 15.0s
|
PARTIAL → Build changed and downstream
77 skipped
805 passed (28.8m)
|
PARTIAL → Build changed and downstream
69 failed
[chromium] › checkDecisionTableCellsDataType.spec.ts:34:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - built-in type
[chromium] › checkDecisionTableCellsDataType.spec.ts:51:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column type should match the expression header type and be in readonly mode - custom type
[chromium] › checkDecisionTableCellsDataType.spec.ts:72:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table output column with different type than expression header shouldn't be in readonly mode
[chromium] › checkDecisionTableCellsDataType.spec.ts:95:9 › Decision Table - Cells Data Type › Decision Table - Cells Data Type - Merged expression header and output column › Decision table fix output column with different type than expression header
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'Any' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'boolean' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'context' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'date' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'date and time' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'days and time duration' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'number' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'string' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - 'time' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells Data Type - Constraint - built-in data type › Decision Table output header properties panel shouldn't contain constraint - '<Undefined>' data type
[chromium] › checkDecisionTableCellsDataType.spec.ts:176:11 › Decision Table - Cells Data Type - Constraint › Decision Table - Cells
|
Loading