mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +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(
|
||||
dataConsumerPage.getByTestId('permission-error-placeholder')
|
||||
).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();
|
||||
|
||||
@ -356,7 +356,7 @@ const GlossaryV1 = ({
|
||||
<div className="d-flex justify-center items-center full-height">
|
||||
<ErrorPlaceHolder
|
||||
className="mt-0-important border-none"
|
||||
permissionValue={t('label.view-entity', {
|
||||
permission={t('label.view-entity', {
|
||||
entity: t('label.glossary'),
|
||||
})}
|
||||
size={SIZE.X_LARGE}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user