Annotations: fix testid attribute (#66877)

This commit is contained in:
Matias Chomicki
2023-04-19 22:43:46 +02:00
committed by GitHub
parent 47121e6e8a
commit 62a87885fc
2 changed files with 2 additions and 3 deletions

View File

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