. #610
Annotations
3 errors, 13 warnings, and 5 notices
FULL → Build:
packages/dmn-editor/tests-e2e/drgRequirements/addInformationRequirementWaypoint.spec.ts#L58
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 #_D7DDF4E4-C452-4243-A2FC-6000864F5D29 to #_9A6A4F0B-ADBC-4F9E-9F42-F91C8C5F4C59' }).locator('[data-waypointindex="2"]')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for getByRole('button', { name: 'Edge from #_D7DDF4E4-C452-4243-A2FC-6000864F5D29 to #_9A6A4F0B-ADBC-4F9E-9F42-F91C8C5F4C59' }).locator('[data-waypointindex="2"]')
56 | await expect(
57 | await edges.getWaypoint({ from: DefaultNodeName.INPUT_DATA, to: DefaultNodeName.DECISION, waypointIndex: 2 })
> 58 | ).toBeAttached();
| ^
59 | });
60 | });
61 |
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/dmn-editor/tests-e2e/drgRequirements/addInformationRequirementWaypoint.spec.ts:58:7
|
FULL → Build:
packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:145:9 › Test scenario table context menu › Context menu checks › should not render context menu on the scenario description header
Test timeout of 60000ms exceeded while running "beforeEach" hook.
26 | test.describe("Test scenario table context menu", () => {
27 | test.describe("Context menu checks", () => {
> 28 | test.beforeEach(async ({ editor, testScenarioTable, table }) => {
| ^
29 | await editor.createTestScenario(AssetType.RULE);
30 | await table.addRow({ targetCellName: "1", position: AddRowPosition.ABOVE });
31 | await testScenarioTable.fill({ content: "test", rowLocatorInfo: "1", columnNumber: 1 });
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:28:10
|
FULL → Build:
packages/scesim-editor/tests-e2e/__fixtures__/table.ts#L44
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:145:9 › Test scenario table context menu › Context menu checks › should not render context menu on the scenario description header
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('menuitem', { name: 'Insert Above' })
at __fixtures__/table.ts:44
42 | args.position === AddRowPosition.BELOW
43 | ? await this.page.getByRole("menuitem", { name: "Insert Below" }).click()
> 44 | : await this.page.getByRole("menuitem", { name: "Insert Above" }).click();
| ^
45 | }
46 |
47 | public async addPropertyColumn(args: { targetCellName: string; position: AddColumnPosition; columnNumber: number }) {
at Table.addRow (/home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/__fixtures__/table.ts:44:73)
at /home/runner/work/incubator-kie-tools/incubator-kie-tools/packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts:30: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
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Linux_0__build-artifacts", "Linux_0__end-to-end-tests-artifacts", "Linux_0__end-to-end-tests-reports", "Linux_0__tests-reports", "Linux_1__build-artifacts", "Linux_1__end-to-end-tests-artifacts", "Linux_1__end-to-end-tests-reports", "Linux_1__tests-reports", "Linux_2__build-artifacts", "Linux_2__end-to-end-tests-artifacts", "Linux_2__end-to-end-tests-reports", "Linux_2__tests-reports", "macOS_0__build-artifacts", "macOS_0__end-to-end-tests-artifacts", "macOS_0__end-to-end-tests-reports", "macOS_0__tests-reports", "macOS_1__build-artifacts", "macOS_1__end-to-end-tests-artifacts", "macOS_1__end-to-end-tests-reports", "macOS_1__tests-reports", "macOS_2__build-artifacts", "macOS_2__end-to-end-tests-artifacts", "macOS_2__end-to-end-tests-reports", "macOS_2__tests-reports", "Windows_0__build-artifacts", "Windows_0__end-to-end-tests-artifacts", "Windows_0__end-to-end-tests-reports", "Windows_0__tests-reports", "Windows_1__build-artifacts", "Windows_1__end-to-end-tests-artifacts", "Windows_1__end-to-end-tests-reports", "Windows_1__tests-reports", "Windows_2__build-artifacts", "Windows_2__end-to-end-tests-artifacts", "Windows_2__end-to-end-tests-reports", "Windows_2__tests-reports".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
FULL → Build
77 skipped
805 passed (27.0m)
|
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.1h)
|
FULL → Build
1 flaky
[chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:145:9 › Test scenario table context menu › Context menu checks › should not render context menu on the scenario description header
45 skipped
131 passed (7.7m)
|
FULL → Build
39 passed (5.4m)
|
FULL → Build
72 skipped
24 passed (3.1m)
|
Loading