kie-issues#2842 [sonataflow-operator] SonataFlow Operator goes into C… #41
Annotations
2 errors, 11 warnings, and 5 notices
FULL → Build:
packages/boxed-expression-component/tests-e2e/boxedExpressions/conditional/populate.spec.ts#L32
1) [webkit] › boxedExpressions/conditional/populate.spec.ts:24:7 › Populate Boxed Conditional › should rename a Conditional
Error: expect(received).toEqual(expected) // deep equality
Expected: "Conditional Expression Name(<Undefined>)"
Received: "Conditional Expression Name(<Undefined>)NameData TypeManage<Undefined>"
30 | .expressionHeaderCell.setName({ name: "Conditional Expression Name", close: true });
31 |
> 32 | expect(await bee.expression.asConditional().expressionHeaderCell.content.textContent()).toEqual(
| ^
33 | "Conditional Expression Name(<Undefined>)"
34 | );
35 | });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/boxed-expression-component/tests-e2e/boxedExpressions/conditional/populate.spec.ts:32:93
|
FULL → Build:
packages/dmn-editor/tests-e2e/drgRequirements/addInformationRequirementWaypoint.spec.ts#L55
1) [webkit] › drgRequirements/addInformationRequirementWaypoint.spec.ts:49:7 › Add edge waypoint - Information Requirement › should attach multiple Information Requirement edge waypoints to the edge
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: getByRole('button', { name: 'Edge from #_13D5CED9-7BE4-42AD-A742-1D57F2024DB0 to #_C03BA132-1ED8-4EAC-8CB5-9868EE00C441' }).locator('[data-waypointindex="1"]')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByRole('button', { name: 'Edge from #_13D5CED9-7BE4-42AD-A742-1D57F2024DB0 to #_C03BA132-1ED8-4EAC-8CB5-9868EE00C441' }).locator('[data-waypointindex="1"]')
53 | await expect(
54 | await edges.getWaypoint({ from: DefaultNodeName.INPUT_DATA, to: DefaultNodeName.DECISION, waypointIndex: 1 })
> 55 | ).toBeAttached();
| ^
56 | await expect(
57 | await edges.getWaypoint({ from: DefaultNodeName.INPUT_DATA, to: DefaultNodeName.DECISION, waypointIndex: 2 })
58 | ).toBeAttached();
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgRequirements/addInformationRequirementWaypoint.spec.ts:55:7
|
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
|
FULL → Build:
packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L96
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
FULL → Build:
packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L101
React Hook useImperativeHandle has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useImperativeHandle call and refer to those specific props inside useImperativeHandle
|
FULL → Build:
packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
|
FULL → Build:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
|
FULL → Build:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
FULL → Build:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
FULL → Build:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L85
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
FULL → Build:
packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L53
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
|
FULL → Build:
packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L69
React Hook useCallback has a missing dependency: 'accessorPrefixesList'. Either include it or remove the dependency array
|
FULL → Build:
packages/import-java-classes-component/src/components/ImportJavaClasses/ImportJavaClassesWizardSecondStep.tsx#L82
React Hook useCallback has a missing dependency: 'denyList'. Either include it or remove the dependency array
|
FULL → Build
1 flaky
[webkit] › boxedExpressions/conditional/populate.spec.ts:24:7 › Populate Boxed Conditional › should rename a Conditional
77 skipped
804 passed (28.3m)
|
FULL → Build
1 flaky
[webkit] › drgRequirements/addInformationRequirementWaypoint.spec.ts:49:7 › Add edge waypoint - Information Requirement › should attach multiple Information Requirement edge waypoints to the edge
99 skipped
1358 passed (1.3h)
|
FULL → Build
46 skipped
131 passed (7.6m)
|
FULL → Build
39 passed (5.9m)
|
FULL → Build
72 skipped
24 passed (3.8m)
|
Loading