Improve flaky storybook test (#8515)
I don't think that will solve the flaky test but at least it will cleanup the error message to avoid confusion
This commit is contained in:
@ -15,7 +15,7 @@ export const generateEmptyFieldValue = (
|
||||
return { primaryEmail: '', additionalEmails: null };
|
||||
}
|
||||
case FieldMetadataType.Links: {
|
||||
return { primaryLinkUrl: '', primaryLinkLabel: '', secondaryLinks: null };
|
||||
return { primaryLinkUrl: '', primaryLinkLabel: '', secondaryLinks: [] };
|
||||
}
|
||||
case FieldMetadataType.FullName: {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user