We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ce9af commit f94576dCopy full SHA for f94576d
1 file changed
frontend/public/components/monitoring/dashboards/index.tsx
@@ -644,6 +644,7 @@ const Card: React.FC<CardProps> = React.memo(({ panel }) => {
644
data-test={`${panel.title.toLowerCase().replace(/\s+/g, '-')}-chart`}
645
isClickable
646
isSelectable
647
+ data-test-id={panel.id ? `chart-${panel.id}` : undefined}
648
>
649
<CardHeader
650
actions={{
0 commit comments