mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
test(editor): Clean up test setup for 24-ndv-paired-item.spec.ts (#19540)
This commit is contained in:
committed by
GitHub
parent
2ed407850a
commit
9aeb000453
@@ -1,10 +1,6 @@
|
||||
import { test, expect } from '../../fixtures/base';
|
||||
|
||||
test.describe('NDV Paired Items', () => {
|
||||
test.beforeEach(async ({ n8n }) => {
|
||||
await n8n.start.fromBlankCanvas();
|
||||
});
|
||||
|
||||
test('maps paired input and output items', async ({ n8n }) => {
|
||||
await n8n.start.fromImportedWorkflow('Test_workflow_5.json');
|
||||
await n8n.canvas.clickZoomToFitButton();
|
||||
|
||||
Reference in New Issue
Block a user