mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
test(e2e): export basic details from EntityClass.ts (#15990)
This commit is contained in:
parent
08c114c340
commit
14698aff62
@ -62,7 +62,7 @@ const description =
|
||||
// eslint-disable-next-line max-len
|
||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus varius quam eu mi ullamcorper, in porttitor magna mollis. Duis a tellus aliquet nunc commodo bibendum. Donec euismod maximus porttitor. Aenean quis lacus ultrices, tincidunt erat ac, dapibus felis.';
|
||||
|
||||
const domainDetails1 = {
|
||||
export const domainDetails1 = {
|
||||
name: `cypress-domain-${uuid()}`,
|
||||
displayName: `Cypress%Domain.${uuid()}`,
|
||||
description: 'Cypress domain description',
|
||||
@ -71,7 +71,7 @@ const domainDetails1 = {
|
||||
style: {},
|
||||
};
|
||||
|
||||
const domainDetails2 = {
|
||||
export const domainDetails2 = {
|
||||
name: `cypress-domain-${uuid()}`,
|
||||
displayName: `Cypress%Domain.${uuid()}`,
|
||||
description: 'Cypress domain description',
|
||||
@ -80,7 +80,7 @@ const domainDetails2 = {
|
||||
style: {},
|
||||
};
|
||||
|
||||
const glossaryDetails1 = {
|
||||
export const glossaryDetails1 = {
|
||||
name: `Cypress%General ${uuid()}`,
|
||||
displayName: `Cypress % General ${uuid()}`,
|
||||
description:
|
||||
@ -90,7 +90,7 @@ const glossaryDetails1 = {
|
||||
mutuallyExclusive: false,
|
||||
};
|
||||
|
||||
const glossaryDetails2 = {
|
||||
export const glossaryDetails2 = {
|
||||
name: `Cypress%Person ${uuid()}`,
|
||||
displayName: `Cypress % Person ${uuid()}`,
|
||||
description:
|
||||
@ -101,7 +101,7 @@ const glossaryDetails2 = {
|
||||
mutuallyExclusive: false,
|
||||
};
|
||||
|
||||
const glossaryTermDetails1 = {
|
||||
export const glossaryTermDetails1 = {
|
||||
name: `CypressBankNumber-${uuid()}`,
|
||||
displayName: 'Cypress BankNumber',
|
||||
description: 'A bank account number.',
|
||||
@ -114,7 +114,7 @@ const glossaryTermDetails1 = {
|
||||
glossary: glossaryDetails1.name,
|
||||
};
|
||||
|
||||
const glossaryTermDetails2 = {
|
||||
export const glossaryTermDetails2 = {
|
||||
name: 'CypressAddress',
|
||||
displayName: 'Cypress Address',
|
||||
description: 'Address of a Person.',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user