From 4c46fba202a8ba9c7c20a359b8dbae3bd976ef4d Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Tue, 21 May 2024 23:46:27 +0530 Subject: [PATCH] Minor: improve custom property cypress (#16369) --- .../main/resources/ui/cypress/common/Utils/CustomProperty.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };