Refacto views #2725
Annotations
10 errors, 1 warning, and 1 notice
Run Playwright tests:
packages/twenty-e2e-testing/tests/workflow-creation.spec.ts#L1
1) [chrome] › workflow-creation.spec.ts:5:5 › Create workflow ────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
packages/twenty-e2e-testing/tests/workflow-creation.spec.ts#L30
1) [chrome] › workflow-creation.spec.ts:5:5 › Create workflow ────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('textbox')
28 |
29 | const nameInput = page.getByRole('textbox');
> 30 | await nameInput.fill(NEW_WORKFLOW_NAME);
| ^
31 |
32 | const workflowDiagramContainer = page.locator('.react-flow__renderer');
33 | await workflowDiagramContainer.click();
at /home/runner/work/twenty/twenty/packages/twenty-e2e-testing/tests/workflow-creation.spec.ts:30:19
|
Run Playwright tests:
packages/twenty-e2e-testing/tests/workflow-creation.spec.ts#L1
1) [chrome] › workflow-creation.spec.ts:5:5 › Create workflow ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
packages/twenty-e2e-testing/tests/workflow-creation.spec.ts#L30
1) [chrome] › workflow-creation.spec.ts:5:5 › Create workflow ────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('textbox')
28 |
29 | const nameInput = page.getByRole('textbox');
> 30 | await nameInput.fill(NEW_WORKFLOW_NAME);
| ^
31 |
32 | const workflowDiagramContainer = page.locator('.react-flow__renderer');
33 | await workflowDiagramContainer.click();
at /home/runner/work/twenty/twenty/packages/twenty-e2e-testing/tests/workflow-creation.spec.ts:30:19
|
Run Playwright tests:
packages/twenty-e2e-testing/tests/workflow-creation.spec.ts#L1
1) [chrome] › workflow-creation.spec.ts:5:5 › Create workflow ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
packages/twenty-e2e-testing/tests/workflow-creation.spec.ts#L30
1) [chrome] › workflow-creation.spec.ts:5:5 › Create workflow ────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('textbox')
28 |
29 | const nameInput = page.getByRole('textbox');
> 30 | await nameInput.fill(NEW_WORKFLOW_NAME);
| ^
31 |
32 | const workflowDiagramContainer = page.locator('.react-flow__renderer');
33 | await workflowDiagramContainer.click();
at /home/runner/work/twenty/twenty/packages/twenty-e2e-testing/tests/workflow-creation.spec.ts:30:19
|
Run Playwright tests:
packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts#L103
2) [chrome] › workflow-use-as-draft.spec.ts:4:5 › Use an old version as draft ────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Test Workflow' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Test Workflow' })
- waiting for" http://localhost:3001/object/workflow/13c1c896-80f0-471a-b5f0-19bb40750ea5" navigation to finish...
- navigated to "http://localhost:3001/object/workflow/13c1c896-80f0-471a-b5f0-19bb40750ea5"
at ../lib/fixtures/blank-workflow.ts:103
101 |
102 | async waitForWorkflowVisualizerLoad() {
> 103 | await expect(this.workflowNameButton).toBeVisible();
| ^
104 | }
105 |
106 | async goToWorkflowVisualizerPage() {
at WorkflowVisualizerPage.waitForWorkflowVisualizerLoad (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:103:43)
at WorkflowVisualizerPage.goToWorkflowVisualizerPage (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:110:12)
at Object.workflowVisualizer (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:245:32)
|
Run Playwright tests:
packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts#L103
2) [chrome] › workflow-use-as-draft.spec.ts:4:5 › Use an old version as draft ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Test Workflow' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Test Workflow' })
- waiting for" http://localhost:3001/object/workflow/89e48cd5-ba24-4cfb-a228-636f3553853d" navigation to finish...
- navigated to "http://localhost:3001/object/workflow/89e48cd5-ba24-4cfb-a228-636f3553853d"
at ../lib/fixtures/blank-workflow.ts:103
101 |
102 | async waitForWorkflowVisualizerLoad() {
> 103 | await expect(this.workflowNameButton).toBeVisible();
| ^
104 | }
105 |
106 | async goToWorkflowVisualizerPage() {
at WorkflowVisualizerPage.waitForWorkflowVisualizerLoad (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:103:43)
at WorkflowVisualizerPage.goToWorkflowVisualizerPage (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:110:12)
at Object.workflowVisualizer (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:245:32)
|
Run Playwright tests:
packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts#L103
2) [chrome] › workflow-use-as-draft.spec.ts:4:5 › Use an old version as draft ────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Test Workflow' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Test Workflow' })
- waiting for" http://localhost:3001/object/workflow/7452a11d-6c1f-499d-a322-617b3c6ba785" navigation to finish...
- navigated to "http://localhost:3001/object/workflow/7452a11d-6c1f-499d-a322-617b3c6ba785"
at ../lib/fixtures/blank-workflow.ts:103
101 |
102 | async waitForWorkflowVisualizerLoad() {
> 103 | await expect(this.workflowNameButton).toBeVisible();
| ^
104 | }
105 |
106 | async goToWorkflowVisualizerPage() {
at WorkflowVisualizerPage.waitForWorkflowVisualizerLoad (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:103:43)
at WorkflowVisualizerPage.goToWorkflowVisualizerPage (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:110:12)
at Object.workflowVisualizer (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:245:32)
|
Run Playwright tests:
packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts#L103
3) [chrome] › workflow-visualizer.spec.ts:4:5 › Create workflow with every possible step ─────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Test Workflow' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Test Workflow' })
- waiting for" http://localhost:3001/object/workflow/33422132-0d5a-4aa5-9d7e-9f24597a3b3b" navigation to finish...
- navigated to "http://localhost:3001/object/workflow/33422132-0d5a-4aa5-9d7e-9f24597a3b3b"
at ../lib/fixtures/blank-workflow.ts:103
101 |
102 | async waitForWorkflowVisualizerLoad() {
> 103 | await expect(this.workflowNameButton).toBeVisible();
| ^
104 | }
105 |
106 | async goToWorkflowVisualizerPage() {
at WorkflowVisualizerPage.waitForWorkflowVisualizerLoad (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:103:43)
at WorkflowVisualizerPage.goToWorkflowVisualizerPage (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:110:12)
at Object.workflowVisualizer (/home/runner/work/twenty/twenty/packages/twenty-e2e-testing/lib/fixtures/blank-workflow.ts:245:32)
|
Run actions/upload-artifact@v4
No files were found with the provided path: packages/twenty-e2e-testing/playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests
7 failed
[chrome] › workflow-creation.spec.ts:5:5 › Create workflow ─────────────────────────────────────
[chrome] › workflow-use-as-draft.spec.ts:4:5 › Use an old version as draft ─────────────────────
[chrome] › workflow-visualizer.spec.ts:4:5 › Create workflow with every possible step ──────────
[chrome] › workflow-visualizer.spec.ts:34:5 › Delete steps from draft version ──────────────────
[chrome] › workflow-visualizer.spec.ts:107:5 › Add a step to an active version ─────────────────
[chrome] › workflow-visualizer.spec.ts:145:5 › Replace the trigger of an active version ────────
[chrome] › workflow-visualizer.spec.ts:188:5 › Nodes can't be deleted by pressing Backspace or Delete keys
2 skipped
2 passed (3.8m)
|
Loading