kie-issues#577: Build a first version of the new React-based DMN Editor with ~90% feature parity with the current GWT-based one #3700
Annotations
3 errors, 10 warnings, and 1 notice
Check tests result (`main` only)
❌ There are 1 test failures. 13363 tests succedded, though :)
|
FULL → Build (without some images):
packages/boxed-expression-component/tests/e2e/features/resizing/resizing.spec.ts#L316
1) [webkit] › features/resizing/resizing.spec.ts:295:9 › Resizing › Decision Table expression › should resize output column and add new columns
Error: expect(received).toHaveProperty(path, value)
Expected path: "width"
Expected value: 200
Received value: 250
314 | await resizing.reset(outputHeader);
315 | expect(await inputHeader.boundingBox()).toHaveProperty("width", 100);
> 316 | expect(await outputHeader.boundingBox()).toHaveProperty("width", 200);
| ^
317 | expect(await output1.boundingBox()).toHaveProperty("width", 100);
318 | expect(await output2.boundingBox()).toHaveProperty("width", 100);
319 | expect(await annotationsHeader.boundingBox()).toHaveProperty("width", 240);
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/boxed-expression-component/tests/e2e/features/resizing/resizing.spec.ts:316:48
|
FULL → Build (without some images)
Process completed with exit code 1.
|
FULL → Build (without some images):
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 (without some images):
packages/envelope/src/embedded/EmbeddedEnvelopeFactory.tsx#L104
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 (without some images):
packages/dashbuilder-component-svg-heatmap/src/SVGHeatmapComponent.tsx#L139
React Hook useEffect has missing dependencies: 'onDataset' and 'props.controller'. Either include them or remove the dependency array
|
FULL → Build (without some images):
packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L93
React Hook useEffect has a missing dependency: 'parentRef'. Either include it or remove the dependency array
|
FULL → Build (without some images):
packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L119
React Hook useEffect has a missing dependency: 'props.containsId'. Either include it or remove the dependency array
|
FULL → Build (without some images):
packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L121
React Hook useCallback has an unnecessary dependency: 'repaint'. Either exclude it or remove the dependency array
|
FULL → Build (without some images):
packages/dashbuilder-component-svg-heatmap/src/SvgHeatmap.tsx#L126
React Hook useEffect has a missing dependency: 'onResize'. Either include it or remove the dependency array
|
FULL → Build (without some images):
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 (without some images):
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 (without some images):
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 (without some images)
1 flaky
[webkit] › features/resizing/resizing.spec.ts:295:9 › Resizing › Decision Table expression › should resize output column and add new columns
132 skipped
452 passed (12.6m)
|
The logs for this run have expired and are no longer available.
Loading