chore(plugins): add data-testids closes #2854

This commit is contained in:
moklick
2023-03-06 16:44:45 +01:00
parent ddabe5ab97
commit d85ce8283d
3 changed files with 13 additions and 2 deletions
+6 -1
View File
@@ -161,7 +161,12 @@ function MiniMap({
: undefined;
return (
<Panel position={position} style={style} className={cc(['react-flow__minimap', className])}>
<Panel
position={position}
style={style}
className={cc(['react-flow__minimap', className])}
data-testid="rf__minimap"
>
<svg
width={elementWidth}
height={elementHeight}