mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-12 17:02:23 +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
|
// 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.';
|
'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()}`,
|
name: `cypress-domain-${uuid()}`,
|
||||||
displayName: `Cypress%Domain.${uuid()}`,
|
displayName: `Cypress%Domain.${uuid()}`,
|
||||||
description: 'Cypress domain description',
|
description: 'Cypress domain description',
|
||||||
@ -71,7 +71,7 @@ const domainDetails1 = {
|
|||||||
style: {},
|
style: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
const domainDetails2 = {
|
export const domainDetails2 = {
|
||||||
name: `cypress-domain-${uuid()}`,
|
name: `cypress-domain-${uuid()}`,
|
||||||
displayName: `Cypress%Domain.${uuid()}`,
|
displayName: `Cypress%Domain.${uuid()}`,
|
||||||
description: 'Cypress domain description',
|
description: 'Cypress domain description',
|
||||||
@ -80,7 +80,7 @@ const domainDetails2 = {
|
|||||||
style: {},
|
style: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
const glossaryDetails1 = {
|
export const glossaryDetails1 = {
|
||||||
name: `Cypress%General ${uuid()}`,
|
name: `Cypress%General ${uuid()}`,
|
||||||
displayName: `Cypress % General ${uuid()}`,
|
displayName: `Cypress % General ${uuid()}`,
|
||||||
description:
|
description:
|
||||||
@ -90,7 +90,7 @@ const glossaryDetails1 = {
|
|||||||
mutuallyExclusive: false,
|
mutuallyExclusive: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const glossaryDetails2 = {
|
export const glossaryDetails2 = {
|
||||||
name: `Cypress%Person ${uuid()}`,
|
name: `Cypress%Person ${uuid()}`,
|
||||||
displayName: `Cypress % Person ${uuid()}`,
|
displayName: `Cypress % Person ${uuid()}`,
|
||||||
description:
|
description:
|
||||||
@ -101,7 +101,7 @@ const glossaryDetails2 = {
|
|||||||
mutuallyExclusive: false,
|
mutuallyExclusive: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const glossaryTermDetails1 = {
|
export const glossaryTermDetails1 = {
|
||||||
name: `CypressBankNumber-${uuid()}`,
|
name: `CypressBankNumber-${uuid()}`,
|
||||||
displayName: 'Cypress BankNumber',
|
displayName: 'Cypress BankNumber',
|
||||||
description: 'A bank account number.',
|
description: 'A bank account number.',
|
||||||
@ -114,7 +114,7 @@ const glossaryTermDetails1 = {
|
|||||||
glossary: glossaryDetails1.name,
|
glossary: glossaryDetails1.name,
|
||||||
};
|
};
|
||||||
|
|
||||||
const glossaryTermDetails2 = {
|
export const glossaryTermDetails2 = {
|
||||||
name: 'CypressAddress',
|
name: 'CypressAddress',
|
||||||
displayName: 'Cypress Address',
|
displayName: 'Cypress Address',
|
||||||
description: 'Address of a Person.',
|
description: 'Address of a Person.',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user