PR E2E #22921
Annotations
2 errors, 2 warnings, and 1 notice
Run Tests:
packages/testing/playwright/pages/NodeDetailsViewPage.ts#L192
2) [ui] › tests/ui/13-pinning.spec.ts:192:7 › Data pinning › Advanced pinning scenarios › should use pin data in manual webhook executions
Error: apiRequestContext.get: read ECONNRESET
Call log:
- → GET http://localhost:5680/webhook-test/b0d79ddb-df2d-49b1-8555-9fa2b482608f
- user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/139.0.7258.5 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: n8n-auth=***
at pages/NodeDetailsViewPage.ts:192
190 |
191 | async makeWebhookRequest(path: string) {
> 192 | return await this.page.request.get(path);
| ^
193 | }
194 |
195 | getVisiblePoppers() {
at NodeDetailsViewPage.makeWebhookRequest (/home/runner/_work/n8n/n8n/packages/testing/playwright/pages/NodeDetailsViewPage.ts:192:34)
at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/ui/13-pinning.spec.ts:200:35
|
Run Tests:
packages/testing/playwright/tests/ui/1-workflows.spec.ts#L126
1) [ui] › tests/ui/1-workflows.spec.ts:112:6 › Workflows › should filter workflows by tag ────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('resources-list-item-workflow').filter({ hasText: 'WszzLioH' })
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByTestId('resources-list-item-workflow').filter({ hasText: 'WszzLioH' })
124 | await n8n.workflows.filterByTag(tags[0]);
125 |
> 126 | await expect(n8n.workflows.getWorkflowByName(uniqueIdForTagged)).toBeVisible();
| ^
127 | });
128 |
129 | test('should preserve search and filters in URL', async ({ n8n }) => {
at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/ui/1-workflows.spec.ts:126:68
|
Post Setup Environment
Unexpected 400 error: Unknown error
|
Post Setup Environment
Unexpected 400 error: Unknown error
|
Run Tests
2 flaky
[ui] › tests/ui/1-workflows.spec.ts:112:6 › Workflows › should filter workflows by tag ─────────
[ui] › tests/ui/13-pinning.spec.ts:192:7 › Data pinning › Advanced pinning scenarios › should use pin data in manual webhook executions
75 passed (5.0m)
|
Loading