mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-22 03:31:51 +00:00
refactor: consolidate prober logic into shared helper and add test-testid attributes to core UI elements
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user