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
@@ -68,7 +68,12 @@ const Controls: FC<PropsWithChildren<ControlProps>> = ({
};
return (
<Panel className={cc(['react-flow__controls', className])} position={position} style={style}>
<Panel
className={cc(['react-flow__controls', className])}
position={position}
style={style}
data-testid="rf__controls"
>
{showZoom && (
<>
<ControlButton