e2e: Update annotation marker selector (#67135)

This commit is contained in:
Adela Almasan
2023-04-24 13:51:15 -05:00
committed by GitHub
parent a6577cc6fd
commit c4c747cca6
4 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ export function AnnotationMarker({ annotation, timeZone, width }: Props) {
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
className={!isRegionAnnotation ? styles.markerWrapper : undefined}
data-testid={selectors.pages.SoloPanel.Annotations.marker}
data-testid={selectors.pages.Dashboard.Annotations.marker}
>
{marker}
</div>