chore(ui): Fix classification version flaky test (#23737)

This commit is contained in:
Ashish Gupta 2025-10-09 11:17:53 +05:30 committed by GitHub
parent e748312799
commit 6cf4d94285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>