mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Annotations: fix testid attribute (#66877)
This commit is contained in:
@@ -22,7 +22,7 @@ export const Annotations = ({ annotations, onAnnotationChanged, events }: Props)
|
||||
}
|
||||
|
||||
return (
|
||||
<div data-testId={selectors.pages.Dashboard.SubMenu.Annotations.annotationsWrapper}>
|
||||
<div data-testid={selectors.pages.Dashboard.SubMenu.Annotations.annotationsWrapper}>
|
||||
{visibleAnnotations.map((annotation) => (
|
||||
<AnnotationPicker
|
||||
events={events}
|
||||
|
||||
Reference in New Issue
Block a user