test(editor): Clean up test setup for 24-ndv-paired-item.spec.ts (#19540)

This commit is contained in:
Raúl Gómez Morales
2025-09-15 11:00:32 +02:00
committed by GitHub
parent 2ed407850a
commit 9aeb000453

View File

@@ -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();