refactor: consolidate prober logic into shared helper and add test-testid attributes to core UI elements

This commit is contained in:
Przemek Więch
2026-07-04 21:42:21 +02:00
parent fa2636e8b1
commit 980df35198
12 changed files with 245 additions and 138 deletions

View File

@@ -596,7 +596,7 @@ export function Chart(props: ChartProps) {
</button>
</Media>
<svg id="chartSvg">
<g id="chart" />
<g id="chart" data-testid="chart" />
</svg>
</div>
);