diff --git a/packages/testing/playwright/tests/ui/24-ndv-paired-item.spec.ts b/packages/testing/playwright/tests/ui/24-ndv-paired-item.spec.ts index afd237aeb1..b38cdf2de5 100644 --- a/packages/testing/playwright/tests/ui/24-ndv-paired-item.spec.ts +++ b/packages/testing/playwright/tests/ui/24-ndv-paired-item.spec.ts @@ -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();