mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
style: apply repo formatter
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user