KOGITO-10018: SWF Editor - Integrate SWF diagram editor theme API with VsCode and Combined Editor #4229
Annotations
4 errors, 33 warnings, and 1 notice
run (windows-latest)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
run (macos-latest)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
run (ubuntu-latest)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
[webkit] › createFiles/samples.spec.ts:41:9 › Sample › Home › should create a DMN sample file:
packages/online-editor/tests/e2e/createFiles/samples.spec.ts#L46
1) [webkit] › createFiles/samples.spec.ts:41:9 › Sample › Home › should create a DMN sample file ─
Error: Screenshot comparison failed:
11596 pixels (ratio 0.02 of all image pixels) are different.
Call log:
- expect.toHaveScreenshot(sample-dmn.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 11596 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 11596 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/online-editor/tests/e2e/__screenshots__/webkit/createFiles/sample-dmn.png
Received: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/online-editor/dist-e2e-tests/output/createFiles-samples-Sample-Home-should-create-a-DMN-sample-file-webkit/sample-dmn-actual.png
Diff: /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/online-editor/dist-e2e-tests/output/createFiles-samples-Sample-Home-should-create-a-DMN-sample-file-webkit/sample-dmn-diff.png
44 | await expect(page.getByRole("button", { name: "Decision Edit file name" })).toContainText("Sample");
45 | await expect(kieSandbox.getEditor().getByText("Loan Pre-Qualification")).toBeAttached();
> 46 | await expect(page).toHaveScreenshot("sample-dmn.png");
| ^
47 | });
48 |
49 | test("should create a PMML sample file", async ({ page, kieSandbox }) => {
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/online-editor/tests/e2e/createFiles/samples.spec.ts:46:26
|
run (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (windows-latest):
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
|
run (windows-latest):
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
|
run (windows-latest):
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
|
run (windows-latest):
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
|
run (windows-latest):
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
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
run (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (macos-latest):
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
|
run (macos-latest):
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
|
run (macos-latest):
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
|
run (macos-latest):
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
|
run (macos-latest):
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
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
run (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (ubuntu-latest):
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
|
run (ubuntu-latest):
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
|
run (ubuntu-latest):
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
|
run (ubuntu-latest):
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
|
run (ubuntu-latest):
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
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
🎭 Playwright Run Summary
1 flaky
[webkit] › createFiles/samples.spec.ts:41:9 › Sample › Home › should create a DMN sample file ──
72 skipped
23 passed (4.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux__build-artifacts
Expired
|
958 MB |
|
Linux__end-to-end-tests-artifacts
Expired
|
35.7 MB |
|
Linux__end-to-end-tests-reports
Expired
|
14.8 KB |
|
Linux__tests-reports
Expired
|
16.5 KB |
|
Windows__build-artifacts
Expired
|
725 MB |
|
Windows__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
Windows__end-to-end-tests-reports
Expired
|
22 Bytes |
|
Windows__tests-reports
Expired
|
17.6 KB |
|
macOS__build-artifacts
Expired
|
957 MB |
|
macOS__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
macOS__end-to-end-tests-reports
Expired
|
22 Bytes |
|
macOS__tests-reports
Expired
|
16 KB |
|