mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
test: Migrate 3 specs from Cypress - Playwright (#19269)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user