update test to be for the container rather than component

This commit is contained in:
Loewy
2024-02-13 14:10:05 -08:00
parent 3eab510f5a
commit 4e7046bd28
4 changed files with 60 additions and 21 deletions

View File

@@ -54,7 +54,7 @@ const ChartContainer: React.FC<ChartContainerProps> = ({
<ChartView>
<View
style={[graphStyles.rowContainer, { height: height }]}
testID={`line-graph-${testID}`}
testID={`chart-container-${testID}`}
>
<YAxis
data={yAxisLeftLabels.values}