From 8434fe11ef858614108ef103e52a889b9ff44384 Mon Sep 17 00:00:00 2001 From: "n8n-cat-bot[bot]" Date: Thu, 18 Jun 2026 23:04:12 +0000 Subject: [PATCH] style: apply repo formatter --- .../tests/e2e/workflows/editor/ndv/ndv-data-display.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/testing/playwright/tests/e2e/workflows/editor/ndv/ndv-data-display.spec.ts b/packages/testing/playwright/tests/e2e/workflows/editor/ndv/ndv-data-display.spec.ts index c37501d2b46..9a434f10cde 100644 --- a/packages/testing/playwright/tests/e2e/workflows/editor/ndv/ndv-data-display.spec.ts +++ b/packages/testing/playwright/tests/e2e/workflows/editor/ndv/ndv-data-display.spec.ts @@ -252,9 +252,7 @@ test.describe( await n8n.ndv.searchOutputData('foo'); await expect( - n8n.ndv.outputPanel.getBranchTab( - 'To search field values, switch to table or JSON view.', - ), + n8n.ndv.outputPanel.getBranchTab('To search field values, switch to table or JSON view.'), ).toBeVisible(); }); });