mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add nested search in folders (#14372)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
This commit is contained in:
@@ -118,7 +118,9 @@ describe('WorkflowCard', () => {
|
||||
name: projectName,
|
||||
},
|
||||
});
|
||||
const { getByRole, getByTestId } = renderComponent({ props: { data } });
|
||||
const { getByRole, getByTestId } = renderComponent({
|
||||
props: { data, showOwnershipBadge: true },
|
||||
});
|
||||
|
||||
const heading = getByRole('heading');
|
||||
const badge = getByTestId('card-badge');
|
||||
@@ -134,7 +136,9 @@ describe('WorkflowCard', () => {
|
||||
name: projectName,
|
||||
},
|
||||
});
|
||||
const { getByRole, getByTestId } = renderComponent({ props: { data } });
|
||||
const { getByRole, getByTestId } = renderComponent({
|
||||
props: { data, showOwnershipBadge: true },
|
||||
});
|
||||
|
||||
const heading = getByRole('heading');
|
||||
const badge = getByTestId('card-badge');
|
||||
|
||||
Reference in New Issue
Block a user