test: Migrate 3 specs from Cypress - Playwright (#19269)

This commit is contained in:
shortstacked
2025-09-08 12:46:08 +01:00
committed by GitHub
parent c6be123ddb
commit f7d225e871
24 changed files with 1154 additions and 470 deletions

View File

@@ -17,7 +17,7 @@ test.describe('01 - UI Test Entry Points', () => {
test.describe('Entry Point: Basic Workflow Creation', () => {
test('should create a new project and workflow', async ({ n8n }) => {
await n8n.start.fromNewProject();
await n8n.start.fromNewProjectBlankCanvas();
await expect(n8n.canvas.canvasPane()).toBeVisible();
});
});