fix(Phantombuster Node): Don't send empty objects in request #47895
Annotations
1 error and 1 notice
|
Run Tests:
packages/testing/playwright/tests/ui/ai/workflow-builder.spec.ts#L107
1) [multi-main:ui] › tests/ui/ai/workflow-builder.spec.ts:94:6 › Workflow Builder @auth:owner @ai @capability:proxy › should stop workflow generation and show task aborted message
TimeoutError: locator.click: Timeout 20000ms exceeded.
Call log:
- waiting for getByTestId('send-message-button')
- locator resolved to <button aria-live="polite" data-test-id="send-message-button" class="button _button_zpi3n_123 _primary_zpi3n_403 _small_zpi3n_361 _withIcon_zpi3n_513 _square_zpi3n_346 _stopButton_15g2i_127 _stopButton_15g2i_127">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
- locator resolved to <button disabled aria-live="polite" aria-disabled="true" data-test-id="send-message-button" class="button _button_zpi3n_123 _primary_zpi3n_403 _small_zpi3n_361 _disabled_zpi3n_175 _withIcon_zpi3n_513 _square_zpi3n_346 _sendButton_15g2i_123 _sendButton_15g2i_123">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 100ms
38 × waiting for element to be visible, enabled and stable
- element is not enabled
- retrying click action
- waiting 500ms
105 | // Click the stop button (send button becomes stop button during streaming)
106 | const stopButton = n8n.aiAssistant.getSendMessageButton();
> 107 | await stopButton.click();
| ^
108 |
109 | // Verify "Task aborted" message appears (search by text, not test-id)
110 | await expect(n8n.page.getByText('Task aborted')).toBeVisible();
at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/ui/ai/workflow-builder.spec.ts:107:20
|
|
Run Tests
1 flaky
[multi-main:ui] › tests/ui/ai/workflow-builder.spec.ts:94:6 › Workflow Builder @auth:owner @ai @capability:proxy › should stop workflow generation and show task aborted message
13 skipped
56 passed (8.2m)
|
Loading