[kie-issues#1720] Enhance Process Details UI page to show nodeInstanc… #6832
Annotations
6 errors, 11 warnings, and 5 notices
FULL → Build:
packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
1) [chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
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:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
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
|
FULL → Build:
packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
2) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
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
2) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
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
|
FULL → Build:
packages/scesim-editor/tests-e2e/scesimEditor/testScenarioTable/contextMenu.spec.ts#L28
2) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
2) [Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
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
77 skipped
805 passed (26.4m)
|
FULL → Build
99 skipped
1359 passed (1.3h)
|
FULL → Build
2 flaky
[chromium] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
[Google Chrome] › scesimEditor/testScenarioTable/contextMenu.spec.ts:84:9 › Test scenario table context menu › Context menu checks › should add and delete property column left
46 skipped
129 passed (9.2m)
|
FULL → Build
39 passed (5.8m)
|
FULL → Build
72 skipped
24 passed (3.7m)
|
Loading