mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-26 15:46:17 +00:00
chore(ui): Fix classification version flaky test (#23737)
This commit is contained in:
parent
e748312799
commit
6cf4d94285
@ -80,7 +80,7 @@ export const getCommonColumns = (): ColumnsType<Tag> => [
|
||||
<Badge
|
||||
className="badge-grey"
|
||||
count={t('label.disabled')}
|
||||
data-testid="disabled"
|
||||
data-testid={`tag-disabled-${record.name}`}
|
||||
/>
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user