diff --git a/openmetadata-ui/src/main/resources/ui/cypress/common/Utils/CustomProperty.ts b/openmetadata-ui/src/main/resources/ui/cypress/common/Utils/CustomProperty.ts index ae77ebaf200..f52069c75f3 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/common/Utils/CustomProperty.ts +++ b/openmetadata-ui/src/main/resources/ui/cypress/common/Utils/CustomProperty.ts @@ -111,7 +111,7 @@ export const getPropertyValues = (type: string) => { }; case 'entityReference': return { - value: 'Aaron Johnson', + value: 'Adam Matthews', newValue: 'Aaron Singh', };