Minor: improve custom property cypress (#16369)

This commit is contained in:
Sachin Chaurasiya 2024-05-21 23:46:27 +05:30 committed by GitHub
parent 41d33263f9
commit 4c46fba202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ export const getPropertyValues = (type: string) => {
};
case 'entityReference':
return {
value: 'Aaron Johnson',
value: 'Adam Matthews',
newValue: 'Aaron Singh',
};