test(core): Add withPublishHistory parameter to workflow test utils #47893
ci-pull-requests.yml
on: pull_request
Install & Build
2m 11s
Matrix: E2E Tests / Multi-Main: Isolated / test
Matrix: E2E Tests / Multi-Main: UI / test
Matrix: Unit tests / unit-test-frontend
Unit tests
/
Backend Unit Tests
4m 11s
Unit tests
/
Backend Integration Tests
5m 2s
Unit tests
/
Nodes Unit Tests
42s
Bundle Size Check
0s
Required Checks
4s
Annotations
5 errors and 9 notices
|
Unit tests / Backend Integration Tests
Process completed with exit code 1.
|
|
Unit tests / Backend Integration Tests
n8n#test:integration: command (/home/runner/_work/n8n/n8n/packages/cli) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:integration exited (1)
|
|
Unit tests / Unit tests
Process completed with exit code 1.
|
|
[multi-main:ui] › tests/ui/workflows/editor/canvas/undo-redo.spec.ts:56:6 › Undo/Redo › should undo/redo deleting node between two connected nodes:
packages/testing/playwright/tests/ui/workflows/editor/canvas/undo-redo.spec.ts#L72
1) [multi-main:ui] › tests/ui/workflows/editor/canvas/undo-redo.spec.ts:56:6 › Undo/Redo › should undo/redo deleting node between two connected nodes
Error: expect(locator).toHaveCount(expected) failed
Locator: getByTestId('canvas-node')
Expected: 2
Received: 3
Timeout: 10000ms
Call log:
- Expect "toHaveCount" with timeout 10000ms
- waiting for getByTestId('canvas-node')
14 × locator resolved to 3 elements
- unexpected value "3"
70 |
71 | await n8n.canvas.hitRedo();
> 72 | await expect(n8n.canvas.getCanvasNodes()).toHaveCount(2);
| ^
73 | await expect(n8n.canvas.nodeConnections()).toHaveCount(1);
74 | });
75 |
at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/ui/workflows/editor/canvas/undo-redo.spec.ts:72:45
|
|
Required Checks
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
14 skipped
56 passed (3.6m)
|
|
🎭 Playwright Run Summary
71 passed (4.9m)
|
|
🎭 Playwright Run Summary
70 passed (5.8m)
|
|
🎭 Playwright Run Summary
10 skipped
60 passed (6.6m)
|
|
🎭 Playwright Run Summary
1 skipped
70 passed (7.2m)
|
|
🎭 Playwright Run Summary
1 skipped
69 passed (7.4m)
|
|
🎭 Playwright Run Summary
57 passed (8.5m)
|
|
🎭 Playwright Run Summary
13 skipped
57 passed (9.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[multi-main:ui] › tests/ui/workflows/editor/canvas/undo-redo.spec.ts:56:6 › Undo/Redo › should undo/redo deleting node between two connected nodes
4 skipped
65 passed (9.1m)
|