PR E2E #26631
Annotations
1 error, 1 warning, and 1 notice
Run Tests:
packages/testing/playwright/tests/ui/49-folders-basic.spec.ts#L134
1) [ui] › tests/ui/49-folders-basic.spec.ts:127:6 › Folders - Basic Operations › should create workflow in a folder
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('alert').filter({ hasText: 'Workflow successfully created in "Test Project GE3-uI0Y", within "Test Folder 5YIutC3B"' })
Expected: visible
Received: <element(s) not found>
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByRole('alert').filter({ hasText: 'Workflow successfully created in "Test Project GE3-uI0Y", within "Test Folder 5YIutC3B"' })
132 | await n8n.canvas.saveWorkflow();
133 | const successMessage = `Workflow successfully created in "${projectName}", within "${folder.name}"`;
> 134 | await expect(n8n.notifications.getNotificationByTitleOrContent(successMessage)).toBeVisible();
| ^
135 | await n8n.navigate.toFolder(folder.id, projectId);
136 | await expect(n8n.workflows.cards.getWorkflows()).toBeVisible();
137 | });
at /home/runner/_work/n8n/n8n/packages/testing/playwright/tests/ui/49-folders-basic.spec.ts:134:83
|
Post Setup Environment
Request timed out. Retrying (attempt 1 of 3)
|
Run Tests
1 flaky
[ui] › tests/ui/49-folders-basic.spec.ts:127:6 › Folders - Basic Operations › should create workflow in a folder
74 passed (5.0m)
|
Loading