mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-08 21:46:47 +00:00
fix glossary playwright tests (#21645)
* fix glossary tests * fix tests
This commit is contained in:
parent
0ff168612e
commit
8aec6acfab
@ -1459,7 +1459,7 @@ test.describe('Glossary tests', () => {
|
|||||||
await expect(
|
await expect(
|
||||||
dataConsumerPage.getByTestId('permission-error-placeholder')
|
dataConsumerPage.getByTestId('permission-error-placeholder')
|
||||||
).toHaveText(
|
).toHaveText(
|
||||||
"You don't have necessary permissions. Please check with the admin to get the View Glossary permission."
|
'You don’t have access, please check with the admin to get permissions'
|
||||||
);
|
);
|
||||||
|
|
||||||
await consumerAfterAction();
|
await consumerAfterAction();
|
||||||
|
|||||||
@ -356,7 +356,7 @@ const GlossaryV1 = ({
|
|||||||
<div className="d-flex justify-center items-center full-height">
|
<div className="d-flex justify-center items-center full-height">
|
||||||
<ErrorPlaceHolder
|
<ErrorPlaceHolder
|
||||||
className="mt-0-important border-none"
|
className="mt-0-important border-none"
|
||||||
permissionValue={t('label.view-entity', {
|
permission={t('label.view-entity', {
|
||||||
entity: t('label.glossary'),
|
entity: t('label.glossary'),
|
||||||
})}
|
})}
|
||||||
size={SIZE.X_LARGE}
|
size={SIZE.X_LARGE}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user