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:
@ -38,7 +38,7 @@ export function generateDefaultValue(
|
||||
return {
|
||||
primaryLinkLabel: "''",
|
||||
primaryLinkUrl: "''",
|
||||
secondaryLinks: null,
|
||||
secondaryLinks: [],
|
||||
};
|
||||
case FieldMetadataType.PHONES:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user